diff --git a/Cargo.lock b/Cargo.lock index f8f813bd77..584ba7177d 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3043,9 +3043,9 @@ checksum = "b4596b6d070b27117e987119b4dac604f3c58cfb0b191112e24771b2faeac1a6" [[package]] name = "postgres" -version = "0.19.1" +version = "0.19.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c7871ee579860d8183f542e387b176a25f2656b9fb5211e045397f745a68d1c2" +checksum = "eb76d6535496f633fa799bb872ffb4790e9cbdedda9d35564ca0252f930c0dd5" dependencies = [ "bytes 1.0.1", "fallible-iterator", diff --git a/accountsdb-plugin-postgres/Cargo.toml b/accountsdb-plugin-postgres/Cargo.toml index e750dae9f3..74aabe9653 100644 --- a/accountsdb-plugin-postgres/Cargo.toml +++ b/accountsdb-plugin-postgres/Cargo.toml @@ -17,7 +17,7 @@ bs58 = "0.4.0" chrono = { version = "0.4.11", features = ["serde"] } libloading = "0.7.0" log = "0.4.14" -postgres = { version = "0.19.1", features = ["with-chrono-0_4"] } +postgres = { version = "0.19.2", features = ["with-chrono-0_4"] } serde = "1.0.130" serde_derive = "1.0.103" serde_json = "1.0.67"