From aad975c36f1e3971f45336cc0b0fefc3fc1b6a41 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Tue, 6 Feb 2024 10:03:46 +0000 Subject: Update Rust crate toml to 0.8.10 --- Cargo.lock | 8 ++++---- Cargo.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 0fae98a..ff38af1 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -568,9 +568,9 @@ dependencies = [ [[package]] name = "toml" -version = "0.8.8" +version = "0.8.10" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a1a195ec8c9da26928f773888e0742ca3ca1040c6cd859c919c9f59c1954ab35" +checksum = "9a9aad4a3066010876e8dcf5a8a06e70a558751117a145c6ce2b82c2e2054290" dependencies = [ "serde", "serde_spanned", @@ -589,9 +589,9 @@ dependencies = [ [[package]] name = "toml_edit" -version = "0.21.0" +version = "0.22.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d34d383cd00a163b4a5b85053df514d45bc330f6de7737edfe0a93311d1eaa03" +checksum = "0c9ffdf896f8daaabf9b66ba8e77ea1ed5ed0f72821b398aba62352e95062951" dependencies = [ "indexmap", "serde", diff --git a/Cargo.toml b/Cargo.toml index c52815d..092543f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -12,7 +12,7 @@ color-eyre = "0.6.2" cron = "0.12.0" eyre = "0.6.12" serde = { version = "1.0.196", features = ["derive"] } -toml = "0.8.8" +toml = "0.8.10" tracing = "0.1.40" tracing-subscriber = { version = "0.3.18", features = ["env-filter"] } -- cgit