From 4c9d55187d37932fde27c6dfa2fd1c0b9eff2bfc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Jul 2024 00:13:27 +0000 Subject: [PATCH] Bump toml_edit from 0.22.15 to 0.22.16 Bumps [toml_edit](https://github.com/toml-rs/toml) from 0.22.15 to 0.22.16. - [Commits](https://github.com/toml-rs/toml/compare/v0.22.15...v0.22.16) --- updated-dependencies: - dependency-name: toml_edit dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- xtask/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 13f925e..16d7131 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -950,9 +950,9 @@ checksum = "4badfd56924ae69bcc9039335b2e017639ce3f9b001c393c1b2d1ef846ce2cbf" [[package]] name = "toml_edit" -version = "0.22.15" +version = "0.22.16" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d59a3a72298453f564e2b111fa896f8d07fabb36f51f06d7e875fc5e0b5a3ef1" +checksum = "278f3d518e152219c994ce877758516bca5e118eaed6996192a774fb9fbf0788" dependencies = [ "indexmap", "toml_datetime", diff --git a/xtask/Cargo.toml b/xtask/Cargo.toml index d398eb9..f37f332 100644 --- a/xtask/Cargo.toml +++ b/xtask/Cargo.toml @@ -9,5 +9,5 @@ authors = ["Gaƫtan Lehmann "] [dependencies] anyhow = "1.0.82" clap = { version = "4.5.9", features = ["derive", "env", "wrap_help"] } -toml_edit = "0.22.15" +toml_edit = "0.22.16" xshell = "0.2"