From 923ca65f67296f7f4cc878d4d339ee6f3ef89333 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Mar 2023 11:17:13 +0100 Subject: [PATCH] Bump openssl from 0.10.42 to 0.10.48 (#114) Bumps [openssl](https://github.com/sfackler/rust-openssl) from 0.10.42 to 0.10.48. - [Release notes](https://github.com/sfackler/rust-openssl/releases) - [Commits](https://github.com/sfackler/rust-openssl/compare/openssl-v0.10.42...openssl-v0.10.48) --- 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 d4dd784..71da54b 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -551,9 +551,9 @@ checksum = "e82dad04139b71a90c080c8463fe0dc7902db5192d939bd0950f074d014339e1" [[package]] name = "openssl" -version = "0.10.42" +version = "0.10.48" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "12fc0523e3bd51a692c8850d075d74dc062ccf251c0110668cbd921917118a13" +checksum = "518915b97df115dd36109bfa429a48b8f737bd05508cf9588977b599648926d2" dependencies = [ "bitflags", "cfg-if", @@ -577,9 +577,9 @@ dependencies = [ [[package]] name = "openssl-sys" -version = "0.9.76" +version = "0.9.83" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5230151e44c0f05157effb743e8d517472843121cf9243e8b81393edb5acd9ce" +checksum = "666416d899cf077260dac8698d60a60b435a46d57e82acb1be3d0dad87284e5b" dependencies = [ "autocfg", "cc", diff --git a/Cargo.toml b/Cargo.toml index 2567610..ad9beab 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -10,7 +10,7 @@ edition = "2018" [dependencies] indicatif = "0.17.0" -openssl = "0.10.32" +openssl = "0.10.48" postgres = "0.19.0" postgres-openssl = "0.5.0" rand = "0.8.0" diff --git a/compressor_integration_tests/Cargo.toml b/compressor_integration_tests/Cargo.toml index 2d3d315..e6b203a 100644 --- a/compressor_integration_tests/Cargo.toml +++ b/compressor_integration_tests/Cargo.toml @@ -8,7 +8,7 @@ edition = "2018" [dependencies] string_cache = "0.8.0" serial_test = "0.9.0" -openssl = "0.10.32" +openssl = "0.10.48" postgres = "0.19.0" postgres-openssl = "0.5.0" rand = "0.8.0" diff --git a/synapse_auto_compressor/Cargo.toml b/synapse_auto_compressor/Cargo.toml index 54f4416..2fa3bbc 100644 --- a/synapse_auto_compressor/Cargo.toml +++ b/synapse_auto_compressor/Cargo.toml @@ -13,7 +13,7 @@ classifier = [ ] [dependencies] -openssl = "0.10.32" +openssl = "0.10.48" postgres = "0.19.0" postgres-openssl = "0.5.0" rand = "0.8.0"