diff --git a/Cargo.lock b/Cargo.lock index 06d5f2fb70..a61a887303 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -9118,9 +9118,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", @@ -9504,8 +9504,8 @@ version = "1.6.3" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "97fee6b57c6a41524a810daee9286c02d7752c4253064d0b05472833a438f675" dependencies = [ - "cfg-if 0.1.10", - "rand 0.4.6", + "cfg-if 1.0.0", + "rand 0.8.5", "static_assertions", ] diff --git a/Cargo.toml b/Cargo.toml index e9eea3c4ee..5ab4ad1338 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -358,7 +358,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"