diff --git a/Cargo.toml b/Cargo.toml index 7473cab..59d6423 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -23,7 +23,7 @@ argh = "0.1.13" rustls = { version = "0.23.29", default-features = false, features = ["ring"] } webpki-roots = "1.0.1" ctrlc = "3.4.7" -phf = { version = "0.11", features = ["macros"] } +phf = { version = "0.13", features = ["macros"] } [profile.release] debug = false