diff --git a/Cargo.lock b/Cargo.lock index 7b6822ecc95..c527c152c97 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -6108,9 +6108,9 @@ dependencies = [ [[package]] name = "postgres-openssl" -version = "0.5.2" +version = "0.5.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8f86f073ad570f76e9e278ce6f05775fc723eed7daa6b4f9c2aa078080a564a0" +checksum = "06743eefaa1a5c0ef2ccb6d9abf6528790a229eabd62ddcabf9b2a3aeff09fa4" dependencies = [ "openssl", "tokio", diff --git a/store/postgres/Cargo.toml b/store/postgres/Cargo.toml index 289b2f4179b..e816271c90a 100644 --- a/store/postgres/Cargo.toml +++ b/store/postgres/Cargo.toml @@ -23,7 +23,7 @@ lazy_static = { workspace = true } lru_time_cache = "0.11" postgres = "0.19.1" openssl = { version = "0.10.76", features = ["vendored"] } -postgres-openssl = "0.5.2" +postgres-openssl = "0.5.3" rand.workspace = true serde = { workspace = true } serde_json = { workspace = true }