From 299bd9b9634ba82fb2301bb63e326af1f94ad515 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 19 Jul 2025 16:17:32 +0000 Subject: [PATCH] Bump the rust-dependencies group with 2 updates Bumps the rust-dependencies group with 2 updates: [serde_json](https://github.com/serde-rs/json) and [toml](https://github.com/toml-rs/toml). Updates `serde_json` from 1.0.140 to 1.0.141 - [Release notes](https://github.com/serde-rs/json/releases) - [Commits](https://github.com/serde-rs/json/compare/v1.0.140...v1.0.141) Updates `toml` from 0.8.23 to 0.9.2 - [Commits](https://github.com/toml-rs/toml/compare/toml-v0.8.23...toml-v0.9.2) --- updated-dependencies: - dependency-name: serde_json dependency-version: 1.0.141 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: rust-dependencies - dependency-name: toml dependency-version: 0.9.2 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: rust-dependencies ... Signed-off-by: dependabot[bot] --- Cargo.lock | 6 +++--- Cargo.toml | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index cdedd92..ba9d299 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1979,7 +1979,7 @@ dependencies = [ "serde_json", "shellexpand", "springtime-di", - "toml 0.8.23", + "toml 0.9.2", "uuid", ] @@ -2373,9 +2373,9 @@ dependencies = [ [[package]] name = "serde_json" -version = "1.0.140" +version = "1.0.141" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "20068b6e96dc6c9bd23e01df8827e6c7e1f2fddd43c21810382803c136b99373" +checksum = "30b9eff21ebe718216c6ec64e1d9ac57087aad11efc64e32002bce4a0d4c03d3" dependencies = [ "itoa", "memchr", diff --git a/Cargo.toml b/Cargo.toml index bbf0fa5..9738c23 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -47,7 +47,7 @@ springtime-di = { version = "1.0", default-features = false, features = ["thread shellexpand = "3.0" strum_macros = "0.27" thiserror = "2.0" -toml = "0.8" +toml = "0.9" uuid = { version = "1.17", features = ["serde", "v4", "v5"] } ### Prefer git to crates.io for development