diff --git a/Cargo.toml b/Cargo.toml index 074e497..7d78fe7 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -15,7 +15,7 @@ clap = { version = "4.5.16", features = ["derive", "env"] } csv = "1.3.0" itertools = "0.13.0" outscale_api = "1.10.0" -phf = { version = "0.11.2", features = ["macros"] } +phf = { version = "0.14.0", features = ["macros"] } regex = "1.10.6" secrecy = "0.8.0" serde = { version = "1.0.209", features = ["derive"] }