Skip to content

Commit 4e83413

Browse files
Bump openssl from 0.10.70 to 0.10.72 (#152)
1 parent eb3a431 commit 4e83413

File tree

4 files changed

+8
-8
lines changed

4 files changed

+8
-8
lines changed

Cargo.lock

+5-5
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

+1-1
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.70"
17+
openssl = "0.10.72"
1818
postgres = "0.19.7"
1919
postgres-openssl = "0.5.0"
2020
rand = "0.8.5"

compressor_integration_tests/Cargo.toml

+1-1
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.70"
11+
openssl = "0.10.72"
1212
postgres = "0.19.7"
1313
postgres-openssl = "0.5.0"
1414
rand = "0.8.5"

synapse_auto_compressor/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ name = "synapse_auto_compressor"
99
required-features = ["clap"]
1010

1111
[dependencies]
12-
openssl = { version = "0.10.70", features = ["vendored"] }
12+
openssl = { version = "0.10.72", features = ["vendored"] }
1313
postgres = "0.19.7"
1414
postgres-openssl = "0.5.0"
1515
rand = "0.8.5"

0 commit comments

Comments
 (0)