diff --git a/Cargo.toml b/Cargo.toml index b24b759de0c..a57e7b79d3a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -71,7 +71,7 @@ num-bigint = "0.4.6" num-traits = "0.2.19" once_cell = { version = "1.21.3", default-features = false } oneshot = "0.2.1" -phf = { version = "0.13.1", default-features = false } +phf = { version = "0.14.0", default-features = false } pollster = "0.4.0" regex = "1.12.3" regress = { version = "0.11.1", features = ["utf16"] }