From f4f281e7c7617f973d13a42c848d2043948b4cea Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 25 Oct 2021 11:44:41 -0600 Subject: [PATCH] chore: bump tokio-postgres from 0.7.3 to 0.7.4 (#20930) Bumps [tokio-postgres](https://github.com/sfackler/rust-postgres) from 0.7.3 to 0.7.4. - [Release notes](https://github.com/sfackler/rust-postgres/releases) - [Commits](https://github.com/sfackler/rust-postgres/compare/tokio-postgres-v0.7.3...tokio-postgres-v0.7.4) --- updated-dependencies: - dependency-name: tokio-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 5ed15d9fd3..72bb38efd4 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -6453,9 +6453,9 @@ dependencies = [ [[package]] name = "tokio-postgres" -version = "0.7.3" +version = "0.7.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2f916ee7e52c8a74dfe4162dd73a073d0d7d4b387ea7b97a774c0c10b0776531" +checksum = "b5c07a6ceeeb8515d53998ac4487788a21884e79d5651490bc31a7289f20a7d7" dependencies = [ "async-trait", "byteorder", diff --git a/accountsdb-plugin-postgres/Cargo.toml b/accountsdb-plugin-postgres/Cargo.toml index 434383d3d6..6e9843e855 100644 --- a/accountsdb-plugin-postgres/Cargo.toml +++ b/accountsdb-plugin-postgres/Cargo.toml @@ -27,6 +27,6 @@ solana-measure = { path = "../measure", version = "=1.9.0" } solana-metrics = { path = "../metrics", version = "=1.9.0" } solana-sdk = { path = "../sdk", version = "=1.9.0" } thiserror = "1.0.30" -tokio-postgres = "0.7.3" +tokio-postgres = "0.7.4" [package.metadata.docs.rs] targets = ["x86_64-unknown-linux-gnu"]