diff --git a/Cargo.lock b/Cargo.lock index b9270b9..76f4df0 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -429,9 +429,9 @@ checksum = "613afe47fcd5fac7ccf1db93babcb082c5994d996f20b8b159f2ad1658eb5724" [[package]] name = "chrono" -version = "0.4.43" +version = "0.4.44" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "fac4744fb15ae8337dc853fee7fb3f4e48c0fbaa23d0afe49c447b4fab126118" +checksum = "c673075a2e0e5f4a1dde27ce9dee1ea4558c7ffe648f576438a20ca1d2acc4b0" dependencies = [ "iana-time-zone", "js-sys", diff --git a/Cargo.toml b/Cargo.toml index e97d38b..c39895f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -37,7 +37,7 @@ axum = { version = "0.8.8" } axum-extra = {version = "0.12.5", features = ["typed-header"] } base64 = "0.22.1" bytes = "1.11.1" -chrono = { version = "0.4.43", features = ["serde"] } +chrono = { version = "0.4.44", features = ["serde"] } clap = { version = "4.5.60", features = ["derive", "env"] } dotenv = "0.15.0" flate2 = "1.1.9" diff --git a/crates/gitea-client/Cargo.toml b/crates/gitea-client/Cargo.toml index f0996cd..30b3034 100644 --- a/crates/gitea-client/Cargo.toml +++ b/crates/gitea-client/Cargo.toml @@ -4,7 +4,7 @@ version = "0.1.0" edition = "2024" [dependencies] -chrono = { version = "0.4.43", features = ["serde"] } +chrono = { version = "0.4.44", features = ["serde"] } reqwest = { version = "0.13.2", default-features = false, features = ["json"] } serde = { version = "1.0.228", features = ["derive"] } serde_json = "1.0.149" diff --git a/crates/harbor-client/Cargo.toml b/crates/harbor-client/Cargo.toml index e9ed390..ed9638e 100644 --- a/crates/harbor-client/Cargo.toml +++ b/crates/harbor-client/Cargo.toml @@ -4,7 +4,7 @@ version = "0.1.0" edition = "2024" [dependencies] -chrono = { version = "0.4.43", features = ["serde"] } +chrono = { version = "0.4.44", features = ["serde"] } reqwest = { version = "0.13.2", default-features = false, features = ["json"] } serde = { version = "1.0.228", features = ["derive"] } serde_json = "1.0.149"