From 5bce7654013f1cc09eaa843cefb2858ac898a13e Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 10 Jul 2023 03:44:59 +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 7b6fdc3..1484160 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.171", features = ["derive"] } -toml = "0.7.3" +toml = "0.7.6" flate2 = "1.0" shellexpand = "3.1.0" openssl = { version = "0.10", features = ["vendored"] }