aboutsummaryrefslogtreecommitdiffhomepage
path: root/Cargo.toml
diff options
context:
space:
mode:
authorYuchen Wu <[email protected]>2024-04-04 08:41:58 -0700
committerEdward Wang <[email protected]>2024-04-12 15:30:28 -0700
commit61b046bb5b600c17e63d3be5e67177da737c27b5 (patch)
tree5fbfb4b1c8fe8ba2cde86fc201b4692276431a79 /Cargo.toml
parent3f682ea37f2d373dca5e6218c9a621e2c7da67b6 (diff)
downloadpingora-61b046bb5b600c17e63d3be5e67177da737c27b5.tar.gz
pingora-61b046bb5b600c17e63d3be5e67177da737c27b5.zip
RUSTSEC-2024-0332: bump h2
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 1fb8c97..2fdc570 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -28,7 +28,7 @@ httparse = "1"
bytes = "1.0"
http = "1.0.0"
log = "0.4"
-h2 = ">=0.4.2"
+h2 = ">=0.4.4"
once_cell = "1"
lru = "0"
ahash = ">=0.8.9"