From 530c8473ca13693e6725a164896bc0a07a32db46 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 19 Apr 2024 10:33:22 +0800 Subject: [PATCH] chore(deps): update rust crate toml_edit to 0.22.10 (#32) --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 8dd2074..bfd931b 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -456,9 +456,9 @@ dependencies = [ [[package]] name = "toml_edit" -version = "0.22.9" +version = "0.22.10" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8e40bb779c5187258fd7aad0eb68cb8706a0a81fa712fbea808ab43c4b8374c4" +checksum = "c7a2b38d85c01ba55107d028a28ad5bc078e01a516fd9b7d9140bd84f6c39ee4" dependencies = [ "indexmap", "serde", diff --git a/Cargo.toml b/Cargo.toml index 9e1137c..64b0f71 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -45,7 +45,7 @@ syn = { version = "2", features = [ ] } regex = "1.10.4" rayon = "1.10.0" -toml_edit = { version = "0.22.9", features = ["parse"] } +toml_edit = { version = "0.22.10", features = ["parse"] } anyhow = "1.0.82" cargo-util-schemas = "0.2.0" serde_json = "1.0.116"