diff options
Diffstat (limited to 'ext')
-rw-r--r-- | ext/http/Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/http/Cargo.toml b/ext/http/Cargo.toml index 923d9e2ea..2ad654ed1 100644 --- a/ext/http/Cargo.toml +++ b/ext/http/Cargo.toml @@ -40,7 +40,7 @@ memmem.workspace = true mime = "0.3.16" once_cell.workspace = true percent-encoding.workspace = true -phf = { version = "0.10", features = ["macros"] } +phf = { version = "0.11", features = ["macros"] } pin-project.workspace = true ring.workspace = true scopeguard.workspace = true |