From 0a891bc720d40f2e8b188c96c57cf91a1fad734e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 30 Oct 2023 16:11:20 +0000 Subject: [PATCH] build(deps): bump toml_edit from 0.20.6 to 0.20.7 Bumps [toml_edit](https://github.com/toml-rs/toml) from 0.20.6 to 0.20.7. - [Commits](https://github.com/toml-rs/toml/compare/v0.20.6...v0.20.7) --- updated-dependencies: - dependency-name: toml_edit dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index ed85a89c..9f0f3dd6 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2217,9 +2217,9 @@ checksum = "3550f4e9685620ac18a50ed434eb3aec30db8ba93b0287467bca5826ea25baf1" [[package]] name = "toml_edit" -version = "0.20.6" +version = "0.20.7" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "36a7def1fbe5c7eea75367e39c1d176817dba63e096f4e440bf16606d2292761" +checksum = "70f427fce4d84c72b5b732388bf4a9f4531b53f74e2887e3ecb2481f68f66d81" dependencies = [ "indexmap 2.0.0", "toml_datetime", diff --git a/Cargo.toml b/Cargo.toml index 8a799d4f..412ec2f8 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -35,7 +35,7 @@ storyteller = "0.8.1" # minimal multi user output architecture tabled = { version = "0.10.0", features = ["color"] } # pretty print tables terminal_size = "0.3.0" # determine the terminal size thiserror = "1.0.50" # error handling -toml_edit = "0.20.6" # read and write the Cargo.toml +toml_edit = "0.20.7" # read and write the Cargo.toml tracing = "0.1" # tracing tracing-appender = "0.2" # tracing tracing-subscriber = { version = "0.3", features = ["json"] }