Skip to content

Commit

Permalink
build(deps): update chrono-tz requirement from 0.8.6 to 0.9.0
Browse files Browse the repository at this point in the history
Updates the requirements on [chrono-tz](https://github.com/chronotope/chrono-tz) to permit the latest version.
- [Release notes](https://github.com/chronotope/chrono-tz/releases)
- [Changelog](https://github.com/chronotope/chrono-tz/blob/main/CHANGELOG.md)
- [Commits](chronotope/chrono-tz@v0.8.6...v0.9.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Apr 5, 2024
1 parent 93715bd commit abdeedc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/burrego/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ edition = "2021"
[dependencies]
base64 = "0.22.0"
chrono = { version = "0.4.37", default-features = false, features = ["clock"] }
chrono-tz = "0.8.6"
chrono-tz = "0.9.0"
gtmpl = "0.7.1"
gtmpl_value = "0.5.1"
itertools = "0.12.1"
Expand Down

0 comments on commit abdeedc

Please sign in to comment.