From 44bf1429db284b217bf430d2f55f387847380ab9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 3 Oct 2023 16:17:58 +0000 Subject: [PATCH] build(deps): bump toml_edit from 0.20.1 to 0.20.2 Bumps [toml_edit](https://github.com/toml-rs/toml) from 0.20.1 to 0.20.2. - [Commits](https://github.com/toml-rs/toml/compare/v0.20.1...v0.20.2) --- 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 bedb4fd0..a8d74220 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2217,9 +2217,9 @@ checksum = "7cda73e2f1397b1262d6dfdcef8aafae14d1de7748d66822d3bfeeb6d03e5e4b" [[package]] name = "toml_edit" -version = "0.20.1" +version = "0.20.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ca676d9ba1a322c1b64eb8045a5ec5c0cfb0c9d08e15e9ff622589ad5221c8fe" +checksum = "396e4d48bbb2b7554c944bde63101b5ae446cff6ec4a24227428f15eb72ef338" dependencies = [ "indexmap 2.0.0", "toml_datetime", diff --git a/Cargo.toml b/Cargo.toml index c6a448ac..4952f886 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.49" # error handling -toml_edit = "0.20.1" # read and write the Cargo.toml +toml_edit = "0.20.2" # read and write the Cargo.toml tracing = "0.1" # tracing tracing-appender = "0.2" # tracing tracing-subscriber = { version = "0.3", features = ["json"] }