diff options
author | dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com> | 2020-10-01 04:15:45 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-10-01 04:15:45 +0000 |
commit | 58b4eb7cc286bdf6fcad5f9cb16e39f585f3a302 (patch) | |
tree | 61eb146939ccfe7bfd3bb479f4070b89e1d1df7e /Cargo.toml | |
parent | Merge pull request #382 from equal-l2/remove-actix-rt (diff) | |
download | miniserve-58b4eb7cc286bdf6fcad5f9cb16e39f585f3a302.tar.gz miniserve-58b4eb7cc286bdf6fcad5f9cb16e39f585f3a302.zip |
Bump chrono from 0.4.18 to 0.4.19
Bumps [chrono](https://github.com/chronotope/chrono) from 0.4.18 to 0.4.19.
- [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.18...v0.4.19)
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
@@ -26,7 +26,7 @@ bytesize = "1.0.0" nanoid = "0.3" alphanumeric-sort = "1.4.0" structopt = "0.3" -chrono = "0.4.18" +chrono = "0.4.19" chrono-humanize = "0.1.1" maud = { version = "0.22.0", features = ["actix-web"] } serde = { version = "1.0.115", features = ["derive"] } |