diff --git a/Cargo.toml b/Cargo.toml index 8e8c4e1..11a71b2 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -18,7 +18,7 @@ clap = { version = "4.4.0", features = ["derive"] } clap_complete = "4.4.0" colored = "2.0.4" serde = { version = "1.0.188", features = ["derive"] } -toml = "0.7.3" +toml = "0.7.6" flate2 = "1.0" shellexpand = "3.1.0" openssl = { version = "0.10", features = ["vendored"] }