diff --git a/Cargo.toml b/Cargo.toml index c7a7474..22803c0 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -18,7 +18,7 @@ clap = { version = "4.3.19", features = ["derive"] } clap_complete = "4.3.2" colored = "2.0.4" serde = { version = "1.0.182", features = ["derive"] } -toml = "0.7.3" +toml = "0.7.6" flate2 = "1.0" shellexpand = "3.1.0" openssl = { version = "0.10", features = ["vendored"] }