summaryrefslogtreecommitdiff
path: root/crates/tor-netdoc/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'crates/tor-netdoc/Cargo.toml')
-rw-r--r--crates/tor-netdoc/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/crates/tor-netdoc/Cargo.toml b/crates/tor-netdoc/Cargo.toml
index 9fe1fa115..2571783c2 100644
--- a/crates/tor-netdoc/Cargo.toml
+++ b/crates/tor-netdoc/Cargo.toml
@@ -101,7 +101,7 @@ hex-literal = { version = "0.4", optional = true }
humantime = "2"
itertools = "0.14.0"
memchr = "2.5"
-phf = { version = "0.11.1", features = ["macros"] }
+phf = { version = "0.12.1", features = ["macros"] }
rand = { version = "0.9.1", optional = true }
serde = { version = "1.0.103", features = ["derive"] }
serde_with = "3.0.0"