diff --git a/Cargo.lock b/Cargo.lock index d5a90f7f857..56c8b85d448 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -9084,9 +9084,9 @@ dependencies = [ [[package]] name = "tokio-util" -version = "0.7.8" +version = "0.7.9" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "806fe8c2c87eccc8b3267cbae29ed3ab2d0bd37fca70ab622e46aaa9375ddb7d" +checksum = "1d68074620f57a0b21594d9735eb2e98ab38b17f80d3fcb189fca266771ca60d" dependencies = [ "bytes", "futures-core", diff --git a/Cargo.toml b/Cargo.toml index 7521bb4d450..0be9b2576b3 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -354,7 +354,7 @@ tokio = "1.29" tokio-postgres = { version = "0.7", features = [ "with-chrono-0_4", "with-uuid-1" ] } tokio-stream = "0.1.14" tokio-tungstenite = "0.18" -tokio-util = "0.7.8" +tokio-util = "0.7.9" toml = "0.7.8" toml_edit = "0.19.15" topological-sort = "0.2.2"