Skip to content

Commit

Permalink
build(deps): bump chrono-tz from 0.8.5 to 0.8.6
Browse files Browse the repository at this point in the history
Bumps [chrono-tz](https://github.com/chronotope/chrono-tz) from 0.8.5 to 0.8.6.
- [Release notes](https://github.com/chronotope/chrono-tz/releases)
- [Changelog](https://github.com/chronotope/chrono-tz/blob/main/CHANGELOG.md)
- [Commits](https://github.com/chronotope/chrono-tz/commits)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Feb 19, 2024
1 parent 92c9812 commit 7c90673
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 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 @@ -48,7 +48,7 @@ textnonce = "1.0.0"


chrono = { version = "0.4.34", default-features = false, features = ["std", "libc", "clock"], optional = true }
chrono-tz = { version = "0.8.2", optional = true }
chrono-tz = { version = "0.8.6", optional = true }


sea-orm = { version = "0.12.14", features = [ "sqlx-postgres", "runtime-tokio-rustls", "macros", "postgres-array" ], optional = true }
Expand Down

0 comments on commit 7c90673

Please sign in to comment.