diff options
author | Yuchen Wu <[email protected]> | 2024-04-04 08:41:58 -0700 |
---|---|---|
committer | Edward Wang <[email protected]> | 2024-04-12 15:30:28 -0700 |
commit | 61b046bb5b600c17e63d3be5e67177da737c27b5 (patch) | |
tree | 5fbfb4b1c8fe8ba2cde86fc201b4692276431a79 /Cargo.toml | |
parent | 3f682ea37f2d373dca5e6218c9a621e2c7da67b6 (diff) | |
download | pingora-61b046bb5b600c17e63d3be5e67177da737c27b5.tar.gz pingora-61b046bb5b600c17e63d3be5e67177da737c27b5.zip |
RUSTSEC-2024-0332: bump h2
Diffstat (limited to 'Cargo.toml')
-rw-r--r-- | Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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" |