diff options
| author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2025-02-03 18:51:23 +0000 |
|---|---|---|
| committer | Andrew Clayton <a.clayton@nginx.com> | 2025-02-04 14:42:36 +0000 |
| commit | b2866409cb28d9e22b73e4db03b5fd11c87c5ebf (patch) | |
| tree | 274dd861246f8a68dee3a9d9486e44896f747c2b /src | |
| parent | c2279c0df85a7de23ba5def143ee8f367d599b4d (diff) | |
| download | unit-b2866409cb28d9e22b73e4db03b5fd11c87c5ebf.tar.gz unit-b2866409cb28d9e22b73e4db03b5fd11c87c5ebf.tar.bz2 | |
otel, tools/unitctl: bump the openssl crate from 0.10.68 to 0.10.70
Bumps <https://github.com/sfackler/rust-openssl> from 0.10.68 to
0.10.70.
Signed-off-by: dependabot[bot] <support@github.com>
Link: Release notes <https://github.com/sfackler/rust-openssl/releases>
Link: Commits <https://github.com/sfackler/rust-openssl/compare/openssl-v0.10.68...openssl-v0.10.70>
[ Tweaked commit message/subject - Andrew ]
Signed-off-by: Andrew Clayton <a.clayton@nginx.com>
Diffstat (limited to 'src')
| -rw-r--r-- | src/otel/Cargo.lock | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/src/otel/Cargo.lock b/src/otel/Cargo.lock index bc8e707d..9d7fbdc2 100644 --- a/src/otel/Cargo.lock +++ b/src/otel/Cargo.lock @@ -1061,9 +1061,9 @@ checksum = "1261fe7e33c73b354eab43b1273a57c8f967d0391e80353e51f764ac02cf6775" [[package]] name = "openssl" -version = "0.10.68" +version = "0.10.70" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6174bc48f102d208783c2c84bf931bb75927a617866870de8a4ea85597f871f5" +checksum = "61cfb4e166a8bb8c9b55c500bc2308550148ece889be90f609377e58140f42c6" dependencies = [ "bitflags", "cfg-if", @@ -1093,9 +1093,9 @@ checksum = "ff011a302c396a5197692431fc1948019154afc178baf7d8e37367442a4601cf" [[package]] name = "openssl-sys" -version = "0.9.104" +version = "0.9.105" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "45abf306cbf99debc8195b66b7346498d7b10c210de50418b5ccd7ceba08c741" +checksum = "8b22d5b84be05a8d6947c7cb71f7c849aa0f112acd4bf51c2a7c1c988ac0a9dc" dependencies = [ "cc", "libc", |
