Skip to content

Commit bf92c82

Browse files
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](sfackler/rust-openssl@openssl-v0.10.57...openssl-v0.10.60) --- 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 4b9f2e2 commit bf92c82

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.6"
17-
openssl = "0.10.57"
17+
openssl = "0.10.60"
1818
postgres = "0.19.7"
1919
postgres-openssl = "0.5.0"
2020
rand = "0.8.5"

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.7"
1010
serial_test = "2.0.0"
11-
openssl = "0.10.57"
11+
openssl = "0.10.60"
1212
postgres = "0.19.7"
1313
postgres-openssl = "0.5.0"
1414
rand = "0.8.5"

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 = { version = "0.10.57", features = ["vendored"] }
20+
openssl = { version = "0.10.60", features = ["vendored"] }
2121
postgres = "0.19.7"
2222
postgres-openssl = "0.5.0"
2323
rand = "0.8.5"

0 commit comments

Comments
 (0)