From 7f362422112bbdcdd3e9c0316ebc3532ddf4a85e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 28 Jul 2024 21:39:08 +0000 Subject: [PATCH] build(deps): Bump postgres from 0.19.7 to 0.19.8 Bumps [postgres](https://github.com/sfackler/rust-postgres) from 0.19.7 to 0.19.8. - [Release notes](https://github.com/sfackler/rust-postgres/releases) - [Commits](https://github.com/sfackler/rust-postgres/compare/postgres-v0.19.7...postgres-v0.19.8) --- updated-dependencies: - dependency-name: postgres dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 8e684b9..d4095b5 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1487,9 +1487,9 @@ checksum = "d231b230927b5e4ad203db57bbcbee2802f6bce620b1e4a9024a07d94e2907ec" [[package]] name = "postgres" -version = "0.19.7" +version = "0.19.8" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7915b33ed60abc46040cbcaa25ffa1c7ec240668e0477c4f3070786f5916d451" +checksum = "6c9ec84ab55b0f9e418675de50052d494ba893fd28c65769a6e68fcdacbee2b8" dependencies = [ "bytes", "fallible-iterator", diff --git a/Cargo.toml b/Cargo.toml index 3029e67..177b740 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -23,7 +23,7 @@ env_logger = "0.11.3" futures-util = "0.3.30" jsonwebtoken = "9.3.0" once_cell = "1.19.0" -postgres = { version = "0.19.4", features = ["with-uuid-1", "with-chrono-0_4"] } +postgres = { version = "0.19.8", features = ["with-uuid-1", "with-chrono-0_4"] } regex = "1.10.5" serde = { version = "1.0", features = ["derive"] } serde_json = "1.0"