diff --git a/Cargo.lock b/Cargo.lock index 11b12d0..b2c73f0 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3018,9 +3018,9 @@ dependencies = [ [[package]] name = "serde_json" -version = "1.0.149" +version = "1.0.150" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "83fc039473c5595ace860d8c4fafa220ff474b3fc6bfdb4293327f1a37e94d86" +checksum = "e8014e44b4736ed0538adeecded0fce2a272f22dc9578a7eb6b2d9993c74cfb9" dependencies = [ "itoa", "memchr", diff --git a/Cargo.toml b/Cargo.toml index 1102e0c..c4eec24 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -55,7 +55,7 @@ kube = { version = "3", default-features = false, features = ["runtime", "derive octocrab = "0.51.0" reqwest = { version = "0.13.3", default-features = false, features = ["json", "stream"] } serde = { version = "1.0.228", features = ["derive"] } -serde_json = "1.0.149" +serde_json = "1.0.150" serde_yml = "0.0.12" sha2 = "0.11" 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 5217fa9..9250c26 100644 --- a/crates/gitea-client/Cargo.toml +++ b/crates/gitea-client/Cargo.toml @@ -7,5 +7,5 @@ edition = "2024" chrono = { version = "0.4.44", features = ["serde"] } reqwest = { version = "0.13.3", default-features = false, features = ["json"] } serde = { version = "1.0.228", features = ["derive"] } -serde_json = "1.0.149" +serde_json = "1.0.150" thiserror = "2.0.18" diff --git a/crates/harbor-client/Cargo.toml b/crates/harbor-client/Cargo.toml index a96cac1..0842fd7 100644 --- a/crates/harbor-client/Cargo.toml +++ b/crates/harbor-client/Cargo.toml @@ -7,5 +7,5 @@ edition = "2024" chrono = { version = "0.4.44", features = ["serde"] } reqwest = { version = "0.13.3", default-features = false, features = ["json"] } serde = { version = "1.0.228", features = ["derive"] } -serde_json = "1.0.149" +serde_json = "1.0.150" thiserror = "2.0.18"