From c186727dfc66add760fc7abe9f89f3d1637c0065 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 10 Feb 2024 06:34:24 +0000 Subject: [PATCH] fix(deps): update rust crate toml_edit to 0.22.4 --- Cargo.lock | 15 ++------------- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 14 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index fc4361a24..5bfcb5901 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1379,7 +1379,7 @@ dependencies = [ "terminal_size", "thiserror", "toml", - "toml_edit 0.21.1", + "toml_edit", "url", "versions", "walkdir", @@ -2581,7 +2581,7 @@ dependencies = [ "serde", "serde_spanned", "toml_datetime", - "toml_edit 0.22.4", + "toml_edit", ] [[package]] @@ -2593,17 +2593,6 @@ dependencies = [ "serde", ] -[[package]] -name = "toml_edit" -version = "0.21.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6a8534fd7f78b5405e860340ad6575217ce99f38d4d5c8f2442cb5ecb50090e1" -dependencies = [ - "indexmap", - "toml_datetime", - "winnow", -] - [[package]] name = "toml_edit" version = "0.22.4" diff --git a/Cargo.toml b/Cargo.toml index 7215c0129..b6e1f10a1 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.56" toml = { version = "0.8.10", features = ["parse"] } -toml_edit = { version = "0.21.1", features = ["parse"] } +toml_edit = { version = "0.22.4", features = ["parse"] } url = "2.5.0" versions = { version = "6.1.0" , features=["serde"]} walkdir = "2.4.0"