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] committed Mar 21, 2024
1 parent d0c6fef commit c860029
Show file tree
Hide file tree
Showing 2 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.

4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ name = "eza"
[dependencies]
ansi-width = "0.1.0"
ansiterm = { version = "0.12.2", features = ["ansi_colours"] }
chrono = { version = "0.4.34", default-features = false, features = ["clock"] }
chrono = { version = "0.4.35", default-features = false, features = ["clock"] }
glob = "0.3"
libc = "0.2"
locale = "0.2"
Expand Down Expand Up @@ -111,7 +111,7 @@ windows-sys = { version = "0.52.0", features = [
] }

[build-dependencies]
chrono = { version = "0.4.34", default-features = false, features = ["clock"] }
chrono = { version = "0.4.35", default-features = false, features = ["clock"] }

[dev-dependencies]
criterion = { version = "0.5.1", features = ["html_reports"] }
Expand Down

0 comments on commit c860029

Please sign in to comment.