Quellcode durchsuchen

chore(deps): bump chrono from 0.4.27 to 0.4.30

Bumps [chrono](https://github.com/chronotope/chrono) from 0.4.27 to 0.4.30.
- [Release notes](https://github.com/chronotope/chrono/releases)
- [Changelog](https://github.com/chronotope/chrono/blob/main/CHANGELOG.md)
- [Commits](https://github.com/chronotope/chrono/compare/v0.4.27...v0.4.30)

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

Signed-off-by: dependabot[bot] <support@github.com>
dependabot[bot] vor 2 Jahren
Ursprung
Commit
9e46e59726
2 geänderte Dateien mit 4 neuen und 4 gelöschten Zeilen
  1. 2 2
      Cargo.lock
  2. 2 2
      Cargo.toml

+ 2 - 2
Cargo.lock

@@ -121,9 +121,9 @@ checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd"
 
 [[package]]
 name = "chrono"
-version = "0.4.27"
+version = "0.4.30"
 source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "f56b4c72906975ca04becb8a30e102dfecddd0c06181e3e95ddc444be28881f8"
+checksum = "defd4e7873dbddba6c7c91e199c7fcb946abc4a6a4ac3195400bcfb01b5de877"
 dependencies = [
  "android-tzdata",
  "iana-time-zone",

+ 2 - 2
Cargo.toml

@@ -38,7 +38,7 @@ name = "eza"
 [dependencies]
 ansiterm = "0.12.2"
 gethostname = "0.4.3"
-chrono = { version = "0.4.22", default-features = false, features = ["clock"] }
+chrono = { version = "0.4.30", default-features = false, features = ["clock"] }
 glob = "0.3"
 lazy_static = "1.3"
 libc = "0.2"
@@ -68,7 +68,7 @@ proc-mounts = "0.3"
 uzers = "0.11.3"
 
 [build-dependencies]
-chrono = { version = "0.4.22", default-features = false, features = ["clock"] }
+chrono = { version = "0.4.30", default-features = false, features = ["clock"] }
 
 [dev-dependencies]
 trycmd = "0.14"