diff options
author | Asher Gomez <ashersaupingomez@gmail.com> | 2024-04-09 08:42:10 +1000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-04-09 08:42:10 +1000 |
commit | a4f3e7436e81cd229f85657f2fee2caaa0e3b05e (patch) | |
tree | dff56c8013d516775a6992403b393cbc9eba5907 /ext/node | |
parent | 47061a4539feab411fbbd7db5604f4bd4a532051 (diff) |
chore: update `h2` crate (#23272)
Prerequisite #23273.
Diffstat (limited to 'ext/node')
-rw-r--r-- | ext/node/Cargo.toml | 2 |
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" |