Skip to content

Commit

Permalink
Update chrono-tz requirement from 0.8.1 to 0.10.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)
- [Commits](chronotope/chrono-tz@v0.8.1...v0.10.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 Dec 29, 2024
1 parent 5d6856e commit 4aaf6dd
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 @@ -48,7 +48,7 @@ grev = {version = "0.1.3"}
apca = {version = "0.30.0"}
anyhow = {version = "1.0", default-features = false, features = ["std"]}
chrono = {version = "0.4.23", default-features = false}
chrono-tz = {version = "0.8.1", default-features = false, features = ["std"]}
chrono-tz = {version = "0.10.0", default-features = false, features = ["std"]}
clap = {version = "4.4", features = ["derive", "string"]}
clap_complete = {version = "4.4", optional = true}
futures = {version = "0.3", default-features = false, features = ["async-await", "std"]}
Expand Down

0 comments on commit 4aaf6dd

Please sign in to comment.