From a4f3e7436e81cd229f85657f2fee2caaa0e3b05e Mon Sep 17 00:00:00 2001 From: Asher Gomez Date: Tue, 9 Apr 2024 08:42:10 +1000 Subject: chore: update `h2` crate (#23272) Prerequisite #23273. --- ext/node/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ext/node') diff --git a/ext/node/Cargo.toml b/ext/node/Cargo.toml index 16d26e76b..e6ae0d0e6 100644 --- a/ext/node/Cargo.toml +++ b/ext/node/Cargo.toml @@ -33,7 +33,7 @@ ecb.workspace = true elliptic-curve.workspace = true errno = "0.2.8" faster-hex.workspace = true -h2 = { version = "0.3.17", features = ["unstable"] } +h2 = { version = "0.3.26", features = ["unstable"] } hkdf.workspace = true http_v02.workspace = true idna = "0.3.0" -- cgit v1.2.3