diff --git a/Cargo.lock b/Cargo.lock index ec70d6b..c266a11 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1352,9 +1352,9 @@ checksum = "a4895175b425cb1f87721b59f0f286c2092bd4af812243672510e1ac53e2e0ad" [[package]] name = "openssl" -version = "0.10.79" +version = "0.10.80" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "bf0b434746ee2832f4f0baf10137e1cabb18cbe6912c69e2e33263c45250f542" +checksum = "a45fa2aa886c42762255da344f0a0d313e254066c46aad76f300c3d3da62d967" dependencies = [ "bitflags", "cfg-if", @@ -1392,9 +1392,9 @@ dependencies = [ [[package]] name = "openssl-sys" -version = "0.9.115" +version = "0.9.116" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "158fe5b292746440aa6e7a7e690e55aeb72d41505e2804c23c6973ad0e9c9781" +checksum = "f28a22dc7140cda5f096e5e7724a6962ca81a7f8bfd2979f9b18c11af56318c4" dependencies = [ "cc", "libc", diff --git a/Cargo.toml b/Cargo.toml index b37a326..444dd6e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -30,6 +30,6 @@ tokio = { version = "1.52", features = ["rt", "macros"] } tokio-postgres = { version = "0.7.13", features = ["with-uuid-1"] } bb8 = "0.9.0" bb8-postgres = { version = "0.9.0", features = ["with-uuid-1"] } -openssl = { version = "0.10.79", default-features = false, features = ["vendored"] } +openssl = { version = "0.10.80", default-features = false, features = ["vendored"] } native-tls = { version = "0.2.14", default-features = false, features = ["vendored"] } postgres-native-tls = "0.5.1"