diff --git a/Cargo.lock b/Cargo.lock index 52b507e..fc09c17 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1432,13 +1432,12 @@ dependencies = [ [[package]] name = "tokio-postgres-rustls" -version = "0.13.0" +version = "0.14.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "27d684bad428a0f2481f42241f821db42c54e2dc81d8c00db8536c506b0a0144" +checksum = "4c2ad44aa0ae96db89c4742212ed41645b2f597311ff6e1945542a4d9fadc2fb" dependencies = [ - "const-oid 0.9.6", - "ring", "rustls", + "sha2", "tokio", "tokio-postgres", "tokio-rustls", diff --git a/Cargo.toml b/Cargo.toml index 9fe659c..2e9af40 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -18,7 +18,7 @@ path = "src/bin/test_plugin.rs" tokio = { version = "1", features = ["rt-multi-thread", "macros", "io-util", "io-std", "sync", "time"] } tokio-postgres = { version = "0.7", features = ["with-chrono-0_4", "with-uuid-1", "with-serde_json-1", "array-impls"] } deadpool-postgres = "0.14" -tokio-postgres-rustls = "0.13" +tokio-postgres-rustls = "0.14" rustls = { version = "0.23", default-features = false, features = ["ring", "logging", "std", "tls12"] } rustls-platform-verifier = "0.6" rustls-pemfile = "2"