From 661e9946e0ebbea299fc3754a9f3e8b5dac985c9 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 16 Mar 2024 08:15:37 +0000 Subject: [PATCH] fix(deps): update rust crate toml_edit to 0.22.7 --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index e9fc321d6d..3108ead728 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2741,9 +2741,9 @@ dependencies = [ [[package]] name = "toml_edit" -version = "0.22.6" +version = "0.22.7" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2c1b5fd4128cc8d3e0cb74d4ed9a9cc7c7284becd4df68f5f940e1ad123606f6" +checksum = "18769cd1cec395d70860ceb4d932812a0b4d06b1a4bb336745a4d21b9496e992" dependencies = [ "indexmap", "serde", diff --git a/Cargo.toml b/Cargo.toml index d94a198454..9da886e90f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -99,7 +99,7 @@ tera = { version = "1.19.1", default-features = false } terminal_size = "0.3.0" thiserror = "1.0.57" toml = { version = "0.8.10", features = ["parse"] } -toml_edit = { version = "0.22.6", features = ["parse"] } +toml_edit = { version = "0.22.7", features = ["parse"] } url = "2.5.0" usage-lib = { version="0.1.9", features = ["clap"] } versions = { version = "6.1.0" , features=["serde"]}