Skip to content
This repository has been archived by the owner on Aug 28, 2024. It is now read-only.

Commit

Permalink
build(deps): bump chrono from 0.4.24 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.24 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.24...v0.4.29)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Sep 6, 2023
1 parent b50f4d3 commit f8d4512
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 7 deletions.
14 changes: 10 additions & 4 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 fydia-router/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ fydia-crypto = { path = "../fydia-crypto" }
fydia-dispatcher = { path = "../fydia-dispatcher" }
tokio = { version = "1.28.2", default-features = false }
futures = "0.3.27"
chrono = "0.4.24"
chrono = "0.4.29"
axum = { version = "0.6.18", features = ["ws", "headers"] }
log = "0.4.17"
mime = "0.3.17"
Expand Down
2 changes: 1 addition & 1 deletion fydia-struct/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ edition = "2018"

[dependencies]
axum = { version = "0.6.18", features = ["headers"] }
chrono = "0.4.24"
chrono = "0.4.29"
futures = "0.3.27"
fydia-crypto = { path = "../fydia-crypto" }
fydia-utils = { path = "../fydia-utils" }
Expand Down
2 changes: 1 addition & 1 deletion fydia/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,4 @@ fydia-router = { path = "../fydia-router" }
fydia-config = { path = "../fydia-config" }
log = "0.4.17"
pretty_env_logger = "0.5.0"
chrono = "0.4.24"
chrono = "0.4.29"

0 comments on commit f8d4512

Please sign in to comment.