Skip to content

Commit 08c11b7

Browse files
chore(deps): update rust crate h2 to v0.3.26 [security] (#184)
* chore(deps): update rust crate h2 to v0.3.26 [security] * Update forked h2 * stackabletech/h2#3 was merged * Use h2 version from workspace --------- Co-authored-by: Natalie Klestrup Röijezon <[email protected]>
1 parent 897eed7 commit 08c11b7

File tree

5 files changed

+12
-14
lines changed

5 files changed

+12
-14
lines changed

Cargo.lock

+3-3
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.nix

+5-6
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

+2-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ anyhow = "1.0"
1414
built = { version = "0.7", features = ["chrono", "git2"] }
1515
clap = "4.3"
1616
futures = { version = "0.3", features = ["compat"] }
17-
h2 = "=0.3.18" # We need to keep this in sync with our patched h2 build
17+
h2 = "=0.3.26" # We need to keep this in sync with our patched h2 build
1818
libc = "0.2"
1919
pin-project = "1.1"
2020
prost = "0.11"
@@ -35,4 +35,5 @@ tonic-reflection = "0.9"
3535

3636
[patch.crates-io]
3737
# Workaround for https://github.com/hyperium/tonic/issues/243
38+
# Can be removed once we no longer support K8s 1.25.x (and OpenShift 4.12.x)
3839
h2 = { git = "https://github.com/stackabletech/h2.git", branch = "feature/grpc-uds" }

crate-hashes.json

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

rust/operator-binary/Cargo.toml

+1-3
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,6 @@ repository.workspace = true
99
publish = false
1010

1111
[dependencies]
12-
# We need to keep this in sync with our patched h2 build
13-
h2 = "=0.3.18"
14-
1512
csi-grpc = { path = "../csi-grpc" }
1613

1714
clap.workspace = true
@@ -29,6 +26,7 @@ anyhow.workspace = true
2926
serde.workspace = true
3027
snafu.workspace = true
3128
strum.workspace = true
29+
h2.workspace = true
3230

3331
[build-dependencies]
3432
built.workspace = true

0 commit comments

Comments
 (0)