From 684eafcad2da965f87adaf4ca7d1daee9a4794d4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 17 Feb 2025 22:44:02 +0800 Subject: [PATCH] chore(deps): Bump toml_edit from 0.22.23 to 0.22.24 (#985) Bumps [toml_edit](https://github.com/toml-rs/toml) from 0.22.23 to 0.22.24. - [Commits](https://github.com/toml-rs/toml/compare/v0.22.23...v0.22.24) --- updated-dependencies: - dependency-name: toml_edit dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index ca86d59d..b106c47f 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -4719,9 +4719,9 @@ dependencies = [ [[package]] name = "toml_edit" -version = "0.22.23" +version = "0.22.24" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "02a8b472d1a3d7c18e2d61a489aee3453fd9031c33e4f55bd533f4a7adca1bee" +checksum = "17b4795ff5edd201c7cd6dca065ae59972ce77d1b80fa0a84d94950ece7d1474" dependencies = [ "indexmap 2.5.0", "serde", diff --git a/Cargo.toml b/Cargo.toml index 7547f48e..81519b25 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -92,7 +92,7 @@ opendal = { version = "0.48.0", features = [ ] } clap = { version = "4.5.28", features = ["derive"] } anyhow = "1.0.95" -toml_edit = "0.22.23" +toml_edit = "0.22.24" toml = "0.8.20" base16ct = { version = "0.2", features = ["alloc"] } bytesize = { version = "1.2.0", features = ["serde"] }