Skip to content

Commit 3a376b8

Browse files
committed
chore(deps): update rust crate h2 to v0.3.26 [security]
1 parent 52a4fe4 commit 3a376b8

File tree

3 files changed

+11
-5
lines changed

3 files changed

+11
-5
lines changed

Cargo.lock

Lines changed: 9 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
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"

rust/operator-binary/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ publish = false
1010

1111
[dependencies]
1212
# We need to keep this in sync with our patched h2 build
13-
h2 = "=0.3.18"
13+
h2 = "=0.3.26"
1414

1515
csi-grpc = { path = "../csi-grpc" }
1616

0 commit comments

Comments
 (0)