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"