Skip to content

Commit

Permalink
Bump openssl from 0.10.54 to 0.10.55 (#120)
Browse files Browse the repository at this point in the history
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] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Jun 22, 2023
1 parent 8fca8ad commit 982ee5e
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
8 changes: 4 additions & 4 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.0"
openssl = "0.10.48"
openssl = "0.10.55"
postgres = "0.19.0"
postgres-openssl = "0.5.0"
rand = "0.8.0"
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.0"
serial_test = "2.0.0"
openssl = "0.10.48"
openssl = "0.10.55"
postgres = "0.19.0"
postgres-openssl = "0.5.0"
rand = "0.8.0"
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 @@ -17,7 +17,7 @@ classifier = [
]

[dependencies]
openssl = "0.10.48"
openssl = "0.10.55"
postgres = "0.19.0"
postgres-openssl = "0.5.0"
rand = "0.8.0"
Expand Down

0 comments on commit 982ee5e

Please sign in to comment.