diff --git a/Cargo.toml b/Cargo.toml index 074e497..67833e1 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -17,7 +17,7 @@ itertools = "0.13.0" outscale_api = "1.10.0" phf = { version = "0.11.2", features = ["macros"] } regex = "1.10.6" -secrecy = "0.8.0" +secrecy = "0.10.0" serde = { version = "1.0.209", features = ["derive"] } serde_json = "1.0.127" thiserror = "1.0.64"