diff --git a/Cargo.toml b/Cargo.toml index c0c5086..b9ef242 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -17,7 +17,7 @@ http = "^1.1" lazy_static = "1.5.0" log = "^0.4" outscale_api = { version = "1.17.0", features = ["rustls-tls"], default-features = false } -rand = "0.8.5" +rand = "0.10.0" regex = "1.6.0" secrecy = "^0.10" serde = { version = "^1.0", features = ["derive"] }