diff --git a/Cargo.toml b/Cargo.toml index a8b5741..ae1c1d7 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -18,7 +18,7 @@ clap = { version = "4.4.3", features = ["derive"] } clap_complete = "4.4.1" colored = "2.0.4" serde = { version = "1.0.188", features = ["derive"] } -toml = "0.7.3" +toml = "0.8.0" flate2 = "1.0" shellexpand = "3.1.0" openssl = { version = "0.10", features = ["vendored"] }