From fb8a7cfa92db50f310d19fb733cb14c9671bcd0a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 4 Oct 2021 10:10:21 -0600 Subject: [PATCH] chore: bump postgres from 0.19.1 to 0.19.2 (#20366) Bumps [postgres](https://github.com/sfackler/rust-postgres) from 0.19.1 to 0.19.2. - [Release notes](https://github.com/sfackler/rust-postgres/releases) - [Commits](https://github.com/sfackler/rust-postgres/commits) --- updated-dependencies: - dependency-name: postgres dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- Cargo.lock | 4 ++-- accountsdb-plugin-postgres/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index f8f813bd7..584ba7177 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 e750dae9f..74aabe965 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"