Skip to content

Commit

Permalink
Bump chrono from 0.4.28 to 0.4.29
Browse files Browse the repository at this point in the history
Bumps [chrono](https://github.com/chronotope/chrono) from 0.4.28 to 0.4.29.
- [Release notes](https://github.com/chronotope/chrono/releases)
- [Changelog](https://github.com/chronotope/chrono/blob/main/CHANGELOG.md)
- [Commits](chronotope/chrono@v0.4.28...v0.4.29)

---
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] committed Sep 6, 2023
1 parent 2403f2a commit 2d76482
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 @@ -43,7 +43,7 @@ rocket_prometheus = { version = "0.10.0-rc.3" }
diesel = { version = "2.1.0", features = ["postgres", "chrono"] }
diesel_migrations = { version = "2.1.0"}
redis = { version = "0.23.3", features = ["tokio-comp", "json"] }
chrono = { version = "0.4.28", features = ["serde"] }
chrono = { version = "0.4.29", features = ["serde"] }

# crypto
ethers = { version = "2.0.8", features = ["rustls"] }
Expand Down

0 comments on commit 2d76482

Please sign in to comment.