From a042e316de8aac2d16496eff8615db1ae1ed5619 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 2 Jan 2026 04:19:20 +0000 Subject: [PATCH] Bump the deps group across 1 directory with 2 updates Bumps the deps group with 2 updates in the / directory: [const-str](https://github.com/Nugine/const-str) and [serde_json](https://github.com/serde-rs/json). Updates `const-str` from 0.7.1 to 1.0.0 - [Release notes](https://github.com/Nugine/const-str/releases) - [Commits](https://github.com/Nugine/const-str/compare/v0.7.1...v1.0.0) Updates `serde_json` from 1.0.147 to 1.0.148 - [Release notes](https://github.com/serde-rs/json/releases) - [Commits](https://github.com/serde-rs/json/compare/v1.0.147...v1.0.148) --- updated-dependencies: - dependency-name: const-str dependency-version: 1.0.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: deps - dependency-name: serde_json dependency-version: 1.0.148 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: deps ... Signed-off-by: dependabot[bot] --- Cargo.lock | 12 ++++++------ Cargo.toml | 4 ++-- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index aed711c..8064cd6 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -268,9 +268,9 @@ dependencies = [ [[package]] name = "const-str" -version = "0.7.1" +version = "1.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b0664d2867b4a32697dfe655557f5c3b187e9b605b38612a748e5ec99811d160" +checksum = "93e19f68b180ebff43d6d42005c4b5f046c65fcac28369ba8b3beaad633f9ec0" [[package]] name = "const_format" @@ -1765,9 +1765,9 @@ dependencies = [ [[package]] name = "serde_json" -version = "1.0.147" +version = "1.0.148" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6af14725505314343e673e9ecb7cd7e8a36aa9791eb936235a3567cc31447ae4" +checksum = "3084b546a1dd6289475996f182a22aba973866ea8e8b02c51d9f46b1336a22da" dependencies = [ "itoa", "memchr", @@ -2731,6 +2731,6 @@ dependencies = [ [[package]] name = "zmij" -version = "0.1.9" +version = "1.0.7" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d0095ecd462946aa3927d9297b63ef82fb9a5316d7a37d134eeb36e58228615a" +checksum = "de9211a9f64b825911bdf0240f58b7a8dac217fe260fc61f080a07f61372fbd5" diff --git a/Cargo.toml b/Cargo.toml index 084b5c2..cf01c75 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -9,13 +9,13 @@ homepage = "https://rustfs.com" [dependencies] chrono = "0.4" -const-str = "0.7.1" +const-str = "1.0.0" serde = { version = "1.0.228", features = ["derive"] } tokio = { version = "1.48.0", features = ["rt", "rt-multi-thread", "macros", "fs", "io-std", "io-util"] } futures = "0.3.31" tracing = "0.1.44" tracing-subscriber = { version = "0.3.22", features = ["env-filter"] } -serde_json = "1.0.147" +serde_json = "1.0.148" serde_yaml_ng = "0.10.0" strum = { version = "0.27.2", features = ["derive"] } k8s-openapi = { version = "0.26.1", features = ["v1_30", "schemars"] }