diff --git a/Cargo.lock b/Cargo.lock index 068711b07c..d7d504671a 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1506,9 +1506,9 @@ checksum = "78cc372d058dcf6d5ecd98510e7fbc9e5aec4d21de70f65fea8fecebcd881bd4" [[package]] name = "h2" -version = "0.3.7" +version = "0.3.17" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7fd819562fcebdac5afc5c113c3ec36f902840b70fd4fc458799c8ce4607ae55" +checksum = "66b91535aa35fea1523ad1b86cb6b53c28e0ae566ba4a460f4457e936cad7c6f" dependencies = [ "bytes 1.1.0", "fnv 1.0.7", @@ -1519,7 +1519,7 @@ dependencies = [ "indexmap", "slab 0.4.5", "tokio", - "tokio-util", + "tokio-util 0.7.2", "tracing", ] @@ -2035,7 +2035,7 @@ dependencies = [ "serde_json 1.0.72", "serde_urlencoded", "tokio", - "tokio-util", + "tokio-util 0.6.9", "tracing", "typed-builder", "walkdir", @@ -2597,7 +2597,7 @@ dependencies = [ "thiserror 1.0.30", "tokio", "tokio-rustls", - "tokio-util", + "tokio-util 0.6.9", "url 2.2.2", ] @@ -2619,7 +2619,7 @@ dependencies = [ "thiserror 1.0.30", "tokio", "tokio-stream", - "tokio-util", + "tokio-util 0.6.9", ] [[package]] @@ -6746,6 +6746,20 @@ dependencies = [ "tokio", ] +[[package]] +name = "tokio-util" +version = "0.7.2" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "f988a1a1adc2fb21f9c12aa96441da33a1728193ae0b95d2be22dbd17fcb4e5c" +dependencies = [ + "bytes 1.1.0", + "futures-core 0.3.18", + "futures-sink 0.3.18", + "pin-project-lite", + "tokio", + "tracing", +] + [[package]] name = "toml" version = "0.5.8" @@ -6917,7 +6931,7 @@ version = "1.6.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "1f559b464de2e2bdabcac6a210d12e9b5a5973c251e102c44c585c71d51bd78e" dependencies = [ - "cfg-if 1.0.0", + "cfg-if 0.1.10", "rand 0.8.4", "static_assertions", ]