From e29f8139b4838d65c8c3d0f61ca86e21a9b7e909 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 13 Jan 2026 01:55:04 +0000 Subject: [PATCH] build(deps): bump serde_json from 1.0.148 to 1.0.149 Bumps [serde_json](https://github.com/serde-rs/json) from 1.0.148 to 1.0.149. - [Release notes](https://github.com/serde-rs/json/releases) - [Commits](https://github.com/serde-rs/json/compare/v1.0.148...v1.0.149) --- updated-dependencies: - dependency-name: serde_json dependency-version: 1.0.149 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- crates/gitea-client/Cargo.toml | 2 +- crates/harbor-client/Cargo.toml | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index c72a2e1..73bfef5 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2869,9 +2869,9 @@ dependencies = [ [[package]] name = "serde_json" -version = "1.0.148" +version = "1.0.149" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3084b546a1dd6289475996f182a22aba973866ea8e8b02c51d9f46b1336a22da" +checksum = "83fc039473c5595ace860d8c4fafa220ff474b3fc6bfdb4293327f1a37e94d86" dependencies = [ "itoa", "memchr", diff --git a/Cargo.toml b/Cargo.toml index ff01af7..0ddac86 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -55,7 +55,7 @@ kube = { version = "3", default-features = false, features = ["runtime", "derive octocrab = "0.49.5" reqwest = { version = "0.12", default-features = false, features = ["json", "stream", "rustls-tls"] } serde = { version = "1.0.228", features = ["derive"] } -serde_json = "1.0.148" +serde_json = "1.0.149" serde_yml = "0.0.12" sha2 = "0.10.9" sqlx = { version = "0.8.6", features = ["runtime-tokio-rustls", "postgres", "macros", "migrate", "chrono", "uuid"] } diff --git a/crates/gitea-client/Cargo.toml b/crates/gitea-client/Cargo.toml index a2bfba3..936efb8 100644 --- a/crates/gitea-client/Cargo.toml +++ b/crates/gitea-client/Cargo.toml @@ -7,5 +7,5 @@ edition = "2024" chrono = { version = "0.4.42", features = ["serde"] } reqwest = { version = "0.12", default-features = false, features = ["json", "rustls-tls"] } serde = { version = "1.0.228", features = ["derive"] } -serde_json = "1.0.148" +serde_json = "1.0.149" thiserror = "2.0.17" diff --git a/crates/harbor-client/Cargo.toml b/crates/harbor-client/Cargo.toml index 6663b43..cbe0940 100644 --- a/crates/harbor-client/Cargo.toml +++ b/crates/harbor-client/Cargo.toml @@ -7,5 +7,5 @@ edition = "2024" chrono = { version = "0.4.42", features = ["serde"] } reqwest = { version = "0.12", default-features = false, features = ["json", "rustls-tls"] } serde = { version = "1.0.228", features = ["derive"] } -serde_json = "1.0.148" +serde_json = "1.0.149" thiserror = "2.0.17"