From f2e2b2419289a2ebccf58cef0345240e210bd311 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 8 Jun 2023 11:29:13 +0000 Subject: [PATCH] fix(deps): update rust crate toml to 0.7.4 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index a17765e..a87a967 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -18,7 +18,7 @@ clap = { version = "4.3.2", features = ["derive"] } clap_complete = "4.3.1" colored = "2.0.0" serde = { version = "1.0.164", features = ["derive"] } -toml = "0.7.3" +toml = "0.7.4" flate2 = "1.0" shellexpand = "3.1.0" openssl = { version = "0.10", features = ["vendored"] }