diff options
author | dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com> | 2021-04-28 13:16:54 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-04-28 13:16:54 +0000 |
commit | 871a07d11c6511f981e16e2e181b3dd66690d448 (patch) | |
tree | d6ed3ede8d515e11f71c0a1cccee096437ab6218 /Cargo.toml | |
parent | Merge pull request #509 from svenstaro/dependabot/cargo/rstest-0.8.0 (diff) | |
download | miniserve-871a07d11c6511f981e16e2e181b3dd66690d448.tar.gz miniserve-871a07d11c6511f981e16e2e181b3dd66690d448.zip |
Bump chrono-humanize from 0.1.2 to 0.2.1
Bumps [chrono-humanize](https://gitlab.com/imp/chrono-humanize-rs) from 0.1.2 to 0.2.1.
- [Release notes](https://gitlab.com/imp/chrono-humanize-rs/tags)
- [Commits](https://gitlab.com/imp/chrono-humanize-rs/compare/0.1.2...0.2.1)
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
Diffstat (limited to 'Cargo.toml')
-rw-r--r-- | Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -31,7 +31,7 @@ nanoid = "0.4" alphanumeric-sort = "1" structopt = "0.3" chrono = "0.4" -chrono-humanize = "0.1" +chrono-humanize = "0.2" serde = { version = "1", features = ["derive"] } tar = "0.4" futures = "0.3" |