From d0ae23588b91c4fb40e04f6138d8c79ed3425e9e Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 9 Sep 2023 04:03:08 +0000 Subject: [PATCH] fix(deps): update rust crate toml to 0.7.8 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 065a91f..1bcea09 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -18,7 +18,7 @@ clap = { version = "4.4.2", features = ["derive"] } clap_complete = "4.4.1" colored = "2.0.4" serde = { version = "1.0.188", features = ["derive"] } -toml = "0.7.3" +toml = "0.7.8" flate2 = "1.0" shellexpand = "3.1.0" openssl = { version = "0.10", features = ["vendored"] }