From bf92c82b7fbd2db39e5af2a4b0739b375358f2ff Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 29 Nov 2023 10:23:23 +0000 Subject: [PATCH] Bump openssl from 0.10.57 to 0.10.60 (#131) Bumps [openssl](https://github.com/sfackler/rust-openssl) from 0.10.57 to 0.10.60. - [Release notes](https://github.com/sfackler/rust-openssl/releases) - [Commits](https://github.com/sfackler/rust-openssl/compare/openssl-v0.10.57...openssl-v0.10.60) --- updated-dependencies: - dependency-name: openssl dependency-type: direct:production ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- Cargo.lock | 8 ++++---- Cargo.toml | 2 +- compressor_integration_tests/Cargo.toml | 2 +- synapse_auto_compressor/Cargo.toml | 2 +- 4 files changed, 7 insertions(+), 7 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 9d50bf9..00aff97 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -717,9 +717,9 @@ checksum = "dd8b5dd2ae5ed71462c540258bedcb51965123ad7e7ccf4b9a8cafaa4a63576d" [[package]] name = "openssl" -version = "0.10.57" +version = "0.10.60" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "bac25ee399abb46215765b1cb35bc0212377e58a061560d8b29b024fd0430e7c" +checksum = "79a4c6c3a2b158f7f8f2a2fc5a969fa3a068df6fc9dbb4a43845436e3af7c800" dependencies = [ "bitflags 2.4.0", "cfg-if", @@ -752,9 +752,9 @@ dependencies = [ [[package]] name = "openssl-sys" -version = "0.9.93" +version = "0.9.96" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "db4d56a4c0478783083cfafcc42493dd4a981d41669da64b4572a2a089b51b1d" +checksum = "3812c071ba60da8b5677cc12bcb1d42989a65553772897a7e0355545a819838f" dependencies = [ "cc", "libc", diff --git a/Cargo.toml b/Cargo.toml index da08bfa..96ccd5b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -14,7 +14,7 @@ required-features = ["clap"] [dependencies] indicatif = "0.17.6" -openssl = "0.10.57" +openssl = "0.10.60" postgres = "0.19.7" postgres-openssl = "0.5.0" rand = "0.8.5" diff --git a/compressor_integration_tests/Cargo.toml b/compressor_integration_tests/Cargo.toml index 1eef39a..6794f66 100644 --- a/compressor_integration_tests/Cargo.toml +++ b/compressor_integration_tests/Cargo.toml @@ -8,7 +8,7 @@ edition = "2018" [dependencies] string_cache = "0.8.7" serial_test = "2.0.0" -openssl = "0.10.57" +openssl = "0.10.60" postgres = "0.19.7" postgres-openssl = "0.5.0" rand = "0.8.5" diff --git a/synapse_auto_compressor/Cargo.toml b/synapse_auto_compressor/Cargo.toml index 472838c..0b1153c 100644 --- a/synapse_auto_compressor/Cargo.toml +++ b/synapse_auto_compressor/Cargo.toml @@ -17,7 +17,7 @@ classifier = [ ] [dependencies] -openssl = { version = "0.10.57", features = ["vendored"] } +openssl = { version = "0.10.60", features = ["vendored"] } postgres = "0.19.7" postgres-openssl = "0.5.0" rand = "0.8.5"