From f5eb60ecf89c8954afea03cfdeb157a45fb217e5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 Sep 2024 13:05:39 +0000 Subject: [PATCH] Bump tokio-postgres from 0.7.11 to 0.7.12 Bumps [tokio-postgres](https://github.com/sfackler/rust-postgres) from 0.7.11 to 0.7.12. - [Release notes](https://github.com/sfackler/rust-postgres/releases) - [Commits](https://github.com/sfackler/rust-postgres/compare/tokio-postgres-v0.7.11...tokio-postgres-v0.7.12) --- updated-dependencies: - dependency-name: tokio-postgres dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 8 ++++---- Cargo.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index b01c9a0..69635b0 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3761,9 +3761,9 @@ dependencies = [ [[package]] name = "postgres-types" -version = "0.2.7" +version = "0.2.8" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "02048d9e032fb3cc3413bbf7b83a15d84a5d419778e2628751896d856498eee9" +checksum = "f66ea23a2d0e5734297357705193335e0a957696f34bed2f2faefacb2fec336f" dependencies = [ "bytes", "fallible-iterator", @@ -6223,9 +6223,9 @@ dependencies = [ [[package]] name = "tokio-postgres" -version = "0.7.11" +version = "0.7.12" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "03adcf0147e203b6032c0b2d30be1415ba03bc348901f3ff1cc0df6a733e60c3" +checksum = "3b5d3742945bc7d7f210693b0c58ae542c6fd47b17adbbda0885f3dcb34a6bdb" dependencies = [ "async-trait", "byteorder", diff --git a/Cargo.toml b/Cargo.toml index b173a75..5508d4a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -17,7 +17,7 @@ serde_json = "1" subxt = { version = "0.37.0", features = ["substrate-compat", "unstable-reconnecting-rpc-client"] } thiserror = "1.0.30" tokio = { version = "1.40", features = ["sync", "macros", "rt-multi-thread"] } -tokio-postgres = { version = "0.7.11", features = ["with-serde_json-1"] } +tokio-postgres = { version = "0.7.12", features = ["with-serde_json-1"] } tracing = "0.1.37" tracing-subscriber = { version = "0.3.18", features = ["env-filter"] } url = "2.2.2"