diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2022-08-19 04:12:34 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-08-19 04:12:34 +0000 |
commit | c31a0b2f543a72a1636ac125b01f4f3c70065d6e (patch) | |
tree | 8a7d2ab6fda2ec48189ae9e6b163e6b6b2651229 | |
parent | Merge pull request #873 from svenstaro/dependabot/cargo/anyhow-1.0.62 (diff) | |
download | miniserve-c31a0b2f543a72a1636ac125b01f4f3c70065d6e.tar.gz miniserve-c31a0b2f543a72a1636ac125b01f4f3c70065d6e.zip |
Bump chrono-humanize from 0.2.1 to 0.2.2
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>
-rw-r--r-- | Cargo.lock | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -539,9 +539,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", ] |