diff --git a/Cargo.lock b/Cargo.lock index ca37c92ced7..920555a5eb2 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -6209,9 +6209,9 @@ dependencies = [ [[package]] name = "tokio-postgres" -version = "0.7.14" +version = "0.7.15" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a156efe7fff213168257853e1dfde202eed5f487522cbbbf7d219941d753d853" +checksum = "2b40d66d9b2cfe04b628173409368e58247e8eddbbd3b0e6c6ba1d09f20f6c9e" dependencies = [ "async-trait", "byteorder", diff --git a/Cargo.toml b/Cargo.toml index 39a96b5b7b2..f2b183a628f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -127,7 +127,7 @@ tar = "=0.4.44" tempfile = "=3.23.0" thiserror = "=2.0.17" tokio = { version = "=1.47.1", features = ["net", "signal", "io-std", "io-util", "rt-multi-thread", "macros", "process"]} -tokio-postgres = "=0.7.14" +tokio-postgres = "=0.7.15" tokio-util = "=0.7.16" toml = "=0.9.7" tower = "=0.5.2"