diff --git a/Cargo.lock b/Cargo.lock index 7b5466f..b8f8f54 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1287,9 +1287,9 @@ checksum = "a4895175b425cb1f87721b59f0f286c2092bd4af812243672510e1ac53e2e0ad" [[package]] name = "openssl" -version = "0.10.73" +version = "0.10.78" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8505734d46c8ab1e19a1dce3aef597ad87dcb4c37e7188231769bd6bd51cebf8" +checksum = "f38c4372413cdaaf3cc79dd92d29d7d9f5ab09b51b10dded508fb90bb70b9222" dependencies = [ "bitflags", "cfg-if", @@ -1328,9 +1328,9 @@ dependencies = [ [[package]] name = "openssl-sys" -version = "0.9.109" +version = "0.9.114" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "90096e2e47630d78b7d1c20952dc621f957103f8bc2c8359ec81290d75238571" +checksum = "13ce1245cd07fcc4cfdb438f7507b0c7e4f3849a69fd84d52374c66d83741bb6" dependencies = [ "cc", "libc", diff --git a/Cargo.toml b/Cargo.toml index b7bceab..7f9dcec 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.73", default-features = false, features = ["vendored"] } +openssl = { version = "0.10.78", default-features = false, features = ["vendored"] } native-tls = { version = "0.2.14", default-features = false, features = ["vendored"] } postgres-native-tls = "0.5.1"