Skip to content

Commit

Permalink
build(deps): bump chrono from 0.4.34 to 0.4.35
Browse files Browse the repository at this point in the history
Bumps [chrono](https://github.com/chronotope/chrono) from 0.4.34 to 0.4.35.
- [Release notes](https://github.com/chronotope/chrono/releases)
- [Changelog](https://github.com/chronotope/chrono/blob/main/CHANGELOG.md)
- [Commits](chronotope/chrono@v0.4.34...v0.4.35)

---
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 Mar 12, 2024
1 parent d840142 commit 9534450
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 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 fav_cli/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ tokio = { version = "1", features = ["macros", "rt-multi-thread"] }
# Tracing
tracing = { version = "0.1" }
# utils
chrono = "0.4.34"
chrono = "0.4.35"

[build-dependencies]
rustc_version = "0.4.0"
Expand Down
2 changes: 1 addition & 1 deletion fav_utils_old/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ base64 = "0.22.0"
tempfile = "3.10.1"
sanitize-filename = "0.5.0"
md5 = "0.7.0"
chrono = "0.4.33"
chrono = "0.4.35"

[build-dependencies]
protobuf-codegen = { version = "3" }
Expand Down

0 comments on commit 9534450

Please sign in to comment.