From 20ac8196a022fb1ab8fe60aa853c6d87456901e3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 Sep 2024 16:19:08 +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 8f7e897..219df74 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1269,9 +1269,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", @@ -1954,9 +1954,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 5d6d1cf..cff4b29 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -76,7 +76,7 @@ tempfile = "3" thiserror = "1.0" time = { version = "0.3.36", features = ["formatting", "macros"] } tokio = { version = "1", features = ["full"] } -tokio-postgres = { version = "0.7.11", features = ["with-uuid-1"] } +tokio-postgres = { version = "0.7.12", features = ["with-uuid-1"] } tracing = "0.1" tracing-core = { version = "0.1" } tracing-subscriber = { version = "0.3", features = ["env-filter"] }