Skip to content

Commit 40b660e

Browse files
Bump openssl from 0.10.60 to 0.10.66 (#146)
1 parent 8499f06 commit 40b660e

File tree

4 files changed

+9
-9
lines changed

4 files changed

+9
-9
lines changed

Cargo.lock

Lines changed: 6 additions & 6 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.60"
17+
openssl = "0.10.66"
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.60"
11+
openssl = "0.10.66"
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
@@ -9,7 +9,7 @@ name = "synapse_auto_compressor"
99
required-features = ["clap"]
1010

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

0 commit comments

Comments
 (0)