From d5b30f49fb3c61254cfc1b4eb47050a92e074652 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 13 Sep 2023 03:02:23 +0000 Subject: [PATCH] fix(deps): update rust crate toml to 0.8.0 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"] }