From c5fc96f561309e3cdd984409f94f90d6244a8c82 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 23 Oct 2023 16:03:33 +0000 Subject: [PATCH] build(deps): bump toml_edit from 0.20.2 to 0.20.3 Bumps [toml_edit](https://github.com/toml-rs/toml) from 0.20.2 to 0.20.3. - [Commits](https://github.com/toml-rs/toml/compare/v0.20.2...v0.20.3) --- updated-dependencies: - dependency-name: toml_edit dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 8 ++++---- Cargo.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 898e7983..5e1f42aa 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2211,15 +2211,15 @@ dependencies = [ [[package]] name = "toml_datetime" -version = "0.6.3" +version = "0.6.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7cda73e2f1397b1262d6dfdcef8aafae14d1de7748d66822d3bfeeb6d03e5e4b" +checksum = "51cc078118ed25af325985ff674c00c8416b0f962be67da4946854ebfc99f334" [[package]] name = "toml_edit" -version = "0.20.2" +version = "0.20.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "396e4d48bbb2b7554c944bde63101b5ae446cff6ec4a24227428f15eb72ef338" +checksum = "5a2534c1aa199edef7108fb7d970facaa17f8f8cc5ce6bde75372cfa1051ed91" dependencies = [ "indexmap 2.0.0", "toml_datetime", diff --git a/Cargo.toml b/Cargo.toml index e4b6df32..2f051f32 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.2" # read and write the Cargo.toml +toml_edit = "0.20.3" # read and write the Cargo.toml tracing = "0.1" # tracing tracing-appender = "0.2" # tracing tracing-subscriber = { version = "0.3", features = ["json"] }