Skip to content

Commit

Permalink
chore(deps): bump chrono from 0.4.39 to 0.4.40
Browse files Browse the repository at this point in the history
Bumps [chrono](https://github.com/chronotope/chrono) from 0.4.39 to 0.4.40.
- [Release notes](https://github.com/chronotope/chrono/releases)
- [Changelog](https://github.com/chronotope/chrono/blob/main/CHANGELOG.md)
- [Commits](chronotope/chrono@v0.4.39...v0.4.40)

---
updated-dependencies:
- dependency-name: chrono
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Mar 3, 2025
1 parent 9ee4e25 commit b0475ce
Show file tree
Hide file tree
Showing 5 changed files with 15 additions and 9 deletions.
16 changes: 11 additions & 5 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ clap = { version = "4.5.30", features = [
"color",
] }
clap_complete = "4.5.45"
chrono = "0.4.39"
chrono = "0.4.40"
serde = { version = "1.0.218", features = ["rc"] }
serde_json = "1.0.139"
extend = "1.2.0"
Expand Down
2 changes: 1 addition & 1 deletion alistral_core/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ sqlx = { version = "0.8.3", features = ["runtime-tokio", "macros"] }
thiserror = "2.0.11"
owo-colors = "4.2.0"
indicatif = "0.17.11"
chrono = "0.4.39"
chrono = "0.4.40"
rust_decimal = "1.36.0"
rust_decimal_macros = "1.36.0"
futures = "0.3.31"
Expand Down
2 changes: 1 addition & 1 deletion musicbrainz_db_lite/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ musicbrainz_rs_nova = { branch = "develop", git = "https://github.com/RustyNova0
listenbrainz = { branch = "alistral_version", git = "https://github.com/RustyNova016/listenbrainz-rs.git" }

async-trait = "0.1.82"
chrono = "0.4.38"
chrono = "0.4.40"
extend = "1.2.0"
futures = "0.3.30"
macon = "1.2.0"
Expand Down
2 changes: 1 addition & 1 deletion tuillez/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ tracing-indicatif = "0.3.9"
backtrace = "^0.3.48"
thiserror = "2.0.11"
extend = {version = "1.2.0", optional = true}
chrono = {version = "0.4.38", optional = true}
chrono = {version = "0.4.40", optional = true}
humantime = {version = "2.1.0", optional = true}
rust_decimal = {version = "1.36.0", optional = true}
rust_decimal_macros = {version = "1.36.0", optional = true}
Expand Down

0 comments on commit b0475ce

Please sign in to comment.