Skip to content

Commit 982ee5e

Browse files
Bump openssl from 0.10.54 to 0.10.55 (#120)
Bumps [openssl](https://github.com/sfackler/rust-openssl) from 0.10.54 to 0.10.55. - [Release notes](https://github.com/sfackler/rust-openssl/releases) - [Commits](sfackler/rust-openssl@openssl-v0.10.54...openssl-v0.10.55) --- 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 8fca8ad commit 982ee5e

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
@@ -14,7 +14,7 @@ required-features = ["clap"]
1414

1515
[dependencies]
1616
indicatif = "0.17.0"
17-
openssl = "0.10.48"
17+
openssl = "0.10.55"
1818
postgres = "0.19.0"
1919
postgres-openssl = "0.5.0"
2020
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 = "2.0.0"
11-
openssl = "0.10.48"
11+
openssl = "0.10.55"
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
@@ -17,7 +17,7 @@ classifier = [
1717
]
1818

1919
[dependencies]
20-
openssl = "0.10.48"
20+
openssl = "0.10.55"
2121
postgres = "0.19.0"
2222
postgres-openssl = "0.5.0"
2323
rand = "0.8.0"

0 commit comments

Comments
 (0)