Bump chrono-humanize from 0.2.1 to 0.2.2 (#31075)

Bumps [chrono-humanize](https://gitlab.com/imp/chrono-humanize-rs) from 0.2.1 to 0.2.2.
- [Release notes](https://gitlab.com/imp/chrono-humanize-rs/tags)
- [Commits](https://gitlab.com/imp/chrono-humanize-rs/compare/0.2.1...0.2.2)

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

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2023-04-06 11:50:25 -07:00 committed by GitHub
parent 00250819b8
commit 62b7de88e5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 5 additions and 5 deletions

4
Cargo.lock generated
View File

@ -988,9 +988,9 @@ dependencies = [
[[package]]
name = "chrono-humanize"
version = "0.2.1"
version = "0.2.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2eddc119501d583fd930cb92144e605f44e0252c38dd89d9247fffa1993375cb"
checksum = "32dce1ea1988dbdf9f9815ff11425828523bd2a134ec0805d2ac8af26ee6096e"
dependencies = [
"chrono",
]

View File

@ -156,7 +156,7 @@ caps = "0.5.4"
cargo_metadata = "0.15.0"
cc = "1.0.79"
chrono = { version = "0.4.23", default-features = false }
chrono-humanize = "0.2.1"
chrono-humanize = "0.2.2"
clap = "2.33.1"
console = "0.15.0"
console_error_panic_hook = "0.1.7"

View File

@ -901,9 +901,9 @@ dependencies = [
[[package]]
name = "chrono-humanize"
version = "0.2.1"
version = "0.2.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2eddc119501d583fd930cb92144e605f44e0252c38dd89d9247fffa1993375cb"
checksum = "32dce1ea1988dbdf9f9815ff11425828523bd2a134ec0805d2ac8af26ee6096e"
dependencies = [
"chrono",
]