summaryrefslogtreecommitdiff
path: root/ext/node
diff options
context:
space:
mode:
authorAsher Gomez <ashersaupingomez@gmail.com>2024-04-09 08:42:10 +1000
committerGitHub <noreply@github.com>2024-04-09 08:42:10 +1000
commita4f3e7436e81cd229f85657f2fee2caaa0e3b05e (patch)
treedff56c8013d516775a6992403b393cbc9eba5907 /ext/node
parent47061a4539feab411fbbd7db5604f4bd4a532051 (diff)
chore: update `h2` crate (#23272)
Prerequisite #23273.
Diffstat (limited to 'ext/node')
-rw-r--r--ext/node/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
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"