From 162531fd0d82341935e0c61c65b988b75e4d5e0b Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 9 Jul 2023 11:15:44 +0000 Subject: [PATCH] fix(deps): update rust crate toml to 0.7.6 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index b233067..1aaf6b6 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -18,7 +18,7 @@ clap = { version = "4.3.11", features = ["derive"] } clap_complete = "4.3.2" colored = "2.0.4" serde = { version = "1.0.169", features = ["derive"] } -toml = "0.7.3" +toml = "0.7.6" flate2 = "1.0" shellexpand = "3.1.0" openssl = { version = "0.10", features = ["vendored"] }