Skip to content

Commit 923ca65

Browse files
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](sfackler/rust-openssl@openssl-v0.10.42...openssl-v0.10.48) --- updated-dependencies: - dependency-name: openssl dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 13882d7 commit 923ca65

File tree

4 files changed

+7
-7
lines changed

4 files changed

+7
-7
lines changed

Cargo.lock

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ edition = "2018"
1010

1111
[dependencies]
1212
indicatif = "0.17.0"
13-
openssl = "0.10.32"
13+
openssl = "0.10.48"
1414
postgres = "0.19.0"
1515
postgres-openssl = "0.5.0"
1616
rand = "0.8.0"

compressor_integration_tests/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ edition = "2018"
88
[dependencies]
99
string_cache = "0.8.0"
1010
serial_test = "0.9.0"
11-
openssl = "0.10.32"
11+
openssl = "0.10.48"
1212
postgres = "0.19.0"
1313
postgres-openssl = "0.5.0"
1414
rand = "0.8.0"

synapse_auto_compressor/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ classifier = [
1313
]
1414

1515
[dependencies]
16-
openssl = "0.10.32"
16+
openssl = "0.10.48"
1717
postgres = "0.19.0"
1818
postgres-openssl = "0.5.0"
1919
rand = "0.8.0"

0 commit comments

Comments
 (0)