Skip to content

Commit

Permalink
Bump openssl from 0.10.60 to 0.10.66
Browse files Browse the repository at this point in the history
Bumps [openssl](https://github.com/sfackler/rust-openssl) from 0.10.60 to 0.10.66.
- [Release notes](https://github.com/sfackler/rust-openssl/releases)
- [Commits](sfackler/rust-openssl@openssl-v0.10.60...openssl-v0.10.66)

---
updated-dependencies:
- dependency-name: openssl
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Jul 22, 2024
1 parent 8499f06 commit 1d92734
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 9 deletions.
12 changes: 6 additions & 6 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ required-features = ["clap"]

[dependencies]
indicatif = "0.17.6"
openssl = "0.10.60"
openssl = "0.10.66"
postgres = "0.19.7"
postgres-openssl = "0.5.0"
rand = "0.8.5"
Expand Down
2 changes: 1 addition & 1 deletion compressor_integration_tests/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ edition = "2018"
[dependencies]
string_cache = "0.8.7"
serial_test = "2.0.0"
openssl = "0.10.60"
openssl = "0.10.66"
postgres = "0.19.7"
postgres-openssl = "0.5.0"
rand = "0.8.5"
Expand Down
2 changes: 1 addition & 1 deletion synapse_auto_compressor/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ name = "synapse_auto_compressor"
required-features = ["clap"]

[dependencies]
openssl = { version = "0.10.60", features = ["vendored"] }
openssl = { version = "0.10.66", features = ["vendored"] }
postgres = "0.19.7"
postgres-openssl = "0.5.0"
rand = "0.8.5"
Expand Down

0 comments on commit 1d92734

Please sign in to comment.