diff --git a/Cargo.lock b/Cargo.lock index 7ff4fc35..a0eb47a1 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -743,8 +743,9 @@ checksum = "9b919933a397b79c37e33b77bb2aa3dc8eb6e165ad809e58ff75bc7db2e34574" [[package]] name = "h2" -version = "0.3.7" -source = "git+https://github.com/stackabletech/h2.git?branch=feature/grpc-uds#b7554e1b8730af5fbb7fc1841d92f9247c4e477c" +version = "0.3.18" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "17f8a914c2987b688368b5138aa05321db91f4090cf26118185672ad588bce21" dependencies = [ "bytes", "fnv", @@ -755,7 +756,7 @@ dependencies = [ "indexmap", "slab", "tokio", - "tokio-util 0.6.10", + "tokio-util", "tracing", ] @@ -1078,7 +1079,7 @@ dependencies = [ "serde_yaml 0.8.26", "thiserror", "tokio", - "tokio-util 0.7.4", + "tokio-util", "tower", "tower-http", "tracing", @@ -1135,7 +1136,7 @@ dependencies = [ "smallvec", "thiserror", "tokio", - "tokio-util 0.7.4", + "tokio-util", "tracing", ] @@ -2352,20 +2353,6 @@ dependencies = [ "tokio", ] -[[package]] -name = "tokio-util" -version = "0.6.10" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "36943ee01a6d67977dd3f84a5a1d2efeb4ada3a1ae771cadfaa535d9d9fc6507" -dependencies = [ - "bytes", - "futures-core", - "futures-sink", - "log", - "pin-project-lite", - "tokio", -] - [[package]] name = "tokio-util" version = "0.7.4" @@ -2414,7 +2401,7 @@ dependencies = [ "prost-derive", "tokio", "tokio-stream", - "tokio-util 0.7.4", + "tokio-util", "tower", "tower-layer", "tower-service", @@ -2463,7 +2450,7 @@ dependencies = [ "rand", "slab", "tokio", - "tokio-util 0.7.4", + "tokio-util", "tower-layer", "tower-service", "tracing", @@ -2925,3 +2912,8 @@ name = "zeroize" version = "1.5.7" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "c394b5bd0c6f669e7275d9c20aa90ae064cb22e75a1cad54e1b34088034b149f" + +[[patch.unused]] +name = "h2" +version = "0.3.7" +source = "git+https://github.com/stackabletech/h2.git?branch=feature/grpc-uds#b7554e1b8730af5fbb7fc1841d92f9247c4e477c" diff --git a/rust/operator-binary/Cargo.toml b/rust/operator-binary/Cargo.toml index bf76d71c..5ddee98b 100644 --- a/rust/operator-binary/Cargo.toml +++ b/rust/operator-binary/Cargo.toml @@ -32,7 +32,7 @@ tonic = "0.8" tonic-reflection = "0.6.0" tracing = "0.1.36" -h2 = "=0.3.7" # Need to keep this in sync with our patched h2 build +h2 = "=0.3.18" # Need to keep this in sync with our patched h2 build uuid = { version = "1.2.2", features = ["v4"] } stackable-krb5-provision-keytab = { path = "../krb5-provision-keytab" }