From 31a599680d78ca5e6820905bb7f0922a575355fc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 1 Oct 2024 10:23:41 +0000 Subject: [PATCH] chore(deps): bump toml_edit from 0.22.20 to 0.22.22 Bumps [toml_edit](https://github.com/toml-rs/toml) from 0.22.20 to 0.22.22. - [Commits](https://github.com/toml-rs/toml/compare/v0.22.20...v0.22.22) --- updated-dependencies: - dependency-name: toml_edit dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index d56fd00..73a0490 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1826,9 +1826,9 @@ dependencies = [ [[package]] name = "toml_edit" -version = "0.22.20" +version = "0.22.22" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "583c44c02ad26b0c3f3066fe629275e50627026c51ac2e595cca4c230ce1ce1d" +checksum = "4ae48d6208a266e853d946088ed816055e556cc6028c5e8e2b84d9fa5dd7c7f5" dependencies = [ "indexmap", "serde", diff --git a/Cargo.toml b/Cargo.toml index 892199d..cfabaec 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -42,7 +42,7 @@ semver = "1.0.23" serde = { version = "1.0.203", features = ["derive"] } serde_json = "1.0.117" toml = "0.8.14" -toml_edit = { version = "0.22.14", optional = true } +toml_edit = { version = "0.22.22", optional = true } hex_color = { version = "3.0.0", features = ["serde"] } [dev-dependencies]