From 544923afdc67e9946453901642746f37f22c8e24 Mon Sep 17 00:00:00 2001 From: David Sherret Date: Thu, 16 Nov 2023 17:34:56 -0500 Subject: fix(doc): issue discovering re-exports of re-exports sometimes (#21223) --- ext/http/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ext/http') 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 -- cgit v1.2.3