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](https://github.com/sfackler/rust-openssl/compare/openssl-v0.10.57...openssl-v0.10.60)

---
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>
This commit is contained in:
dependabot[bot]
2023-11-29 10:23:23 +00:00
committed by GitHub
parent 4b9f2e2d64
commit bf92c82b7f
4 changed files with 7 additions and 7 deletions

View File

@@ -8,7 +8,7 @@ edition = "2018"
[dependencies]
string_cache = "0.8.7"
serial_test = "2.0.0"
openssl = "0.10.57"
openssl = "0.10.60"
postgres = "0.19.7"
postgres-openssl = "0.5.0"
rand = "0.8.5"