diff options
| author | David Sherret <dsherret@users.noreply.github.com> | 2023-11-16 17:34:56 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-11-16 17:34:56 -0500 |
| commit | 544923afdc67e9946453901642746f37f22c8e24 (patch) | |
| tree | 36a79cc453f99fe6c74db50fe7fbead21b431f2a /ext/http/Cargo.toml | |
| parent | ceca097e6f2215fce29f2e6aaca7702fa0a99404 (diff) | |
fix(doc): issue discovering re-exports of re-exports sometimes (#21223)
Diffstat (limited to 'ext/http/Cargo.toml')
| -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 |
