From f433bb7b7caea0c1d38d4dd1c26186bad2d8932d Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 1 Dec 2023 03:44:26 +0000 Subject: [PATCH] chore(deps): update rust crate toml_edit to 0.21.0 --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index bc213a28b..42c56cc62 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -257,7 +257,7 @@ dependencies = [ "termcolor", "time", "toml", - "toml_edit 0.20.7", + "toml_edit 0.21.0", "trycmd", ] diff --git a/Cargo.toml b/Cargo.toml index e41606b43..651bec21c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -62,7 +62,7 @@ cargo_metadata = "0.18" tame-index = "0.8" reqwest = { version = "0.11", default-features = false, features = ["blocking", "rustls-tls", "gzip"] } git2 = { version = "0.18.1", default-features = false } -toml_edit = "0.20.7" +toml_edit = "0.21.0" toml = "0.8.8" serde = { version = "1.0", features = ["derive"] } semver = "1.0"