diff --git a/Cargo.lock b/Cargo.lock index ccb3b82..21339d3 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2836,9 +2836,9 @@ dependencies = [ [[package]] name = "serde_json" -version = "1.0.145" +version = "1.0.146" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "402a6f66d8c709116cf22f558eab210f5a50187f702eb4d7e5ef38d9a7f1c79c" +checksum = "217ca874ae0207aac254aa02c957ded05585a90892cc8d87f9e5fa49669dadd8" dependencies = [ "itoa", "memchr", diff --git a/Cargo.toml b/Cargo.toml index 32cbac2..531b4ec 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -55,7 +55,7 @@ kube = { version = "2", default-features = false, features = ["runtime", "derive octocrab = "0.48.1" reqwest = { version = "0.12", default-features = false, features = ["json", "stream", "rustls-tls"] } serde = { version = "1.0.228", features = ["derive"] } -serde_json = "1.0.145" +serde_json = "1.0.146" 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 fc5f154..e41e55b 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.145" +serde_json = "1.0.146" thiserror = "2.0.17" diff --git a/crates/harbor-client/Cargo.toml b/crates/harbor-client/Cargo.toml index 0ac3c82..de751da 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.145" +serde_json = "1.0.146" thiserror = "2.0.17"