Skip to content

Commit

Permalink
chore(deps): update chrono requirement from =0.4.39 to =0.4.40
Browse files Browse the repository at this point in the history
Updates the requirements on [chrono](https://github.com/chronotope/chrono) to permit the latest version.
- [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.39)

---
updated-dependencies:
- dependency-name: chrono
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Mar 3, 2025
1 parent a6c9837 commit 14fca78
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ strum = { version = "0.26"}

# "stdlib"
bytes = { version = "1" }
chrono = { version = "=0.4.39", default-features = false, features = ["clock"] }
chrono = { version = "=0.4.40", default-features = false, features = ["clock"] }
tracing = { version = "0.1", features = ["log"] }
regex = { version = "1" }
thiserror = { version = "2" }
Expand Down

0 comments on commit 14fca78

Please sign in to comment.