Skip to content

Commit d2cd2fa

Browse files
build(deps): bump chrono from 0.4.43 to 0.4.44
Bumps [chrono](https://github.com/chronotope/chrono) from 0.4.43 to 0.4.44. - [Release notes](https://github.com/chronotope/chrono/releases) - [Changelog](https://github.com/chronotope/chrono/blob/main/CHANGELOG.md) - [Commits](chronotope/chrono@v0.4.43...v0.4.44) --- updated-dependencies: - dependency-name: chrono dependency-version: 0.4.44 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 11e1d16 commit d2cd2fa

4 files changed

Lines changed: 5 additions & 5 deletions

File tree

Cargo.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ axum = { version = "0.8.8" }
3737
axum-extra = {version = "0.12.5", features = ["typed-header"] }
3838
base64 = "0.22.1"
3939
bytes = "1.11.1"
40-
chrono = { version = "0.4.43", features = ["serde"] }
40+
chrono = { version = "0.4.44", features = ["serde"] }
4141
clap = { version = "4.5.59", features = ["derive", "env"] }
4242
dotenv = "0.15.0"
4343
flate2 = "1.1.9"

crates/gitea-client/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ version = "0.1.0"
44
edition = "2024"
55

66
[dependencies]
7-
chrono = { version = "0.4.43", features = ["serde"] }
7+
chrono = { version = "0.4.44", features = ["serde"] }
88
reqwest = { version = "0.13.2", default-features = false, features = ["json"] }
99
serde = { version = "1.0.228", features = ["derive"] }
1010
serde_json = "1.0.149"

crates/harbor-client/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ version = "0.1.0"
44
edition = "2024"
55

66
[dependencies]
7-
chrono = { version = "0.4.43", features = ["serde"] }
7+
chrono = { version = "0.4.44", features = ["serde"] }
88
reqwest = { version = "0.13.2", default-features = false, features = ["json"] }
99
serde = { version = "1.0.228", features = ["derive"] }
1010
serde_json = "1.0.149"

0 commit comments

Comments
 (0)