diff options
author | dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com> | 2019-06-25 04:20:07 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-06-25 04:20:07 +0000 |
commit | 1716344bca07b297b97091e9187645dba0ce424f (patch) | |
tree | a6729e35bd273c72eb5b5bd0d5054b9b218e55bc /Cargo.toml | |
parent | Try deploying with deploy key again (diff) | |
download | miniserve-1716344bca07b297b97091e9187645dba0ce424f.tar.gz miniserve-1716344bca07b297b97091e9187645dba0ce424f.zip |
Bump chrono from 0.4.6 to 0.4.7
Bumps [chrono](https://github.com/chronotope/chrono) from 0.4.6 to 0.4.7.
- [Release notes](https://github.com/chronotope/chrono/releases)
- [Changelog](https://github.com/chronotope/chrono/blob/master/CHANGELOG.md)
- [Commits](https://github.com/chronotope/chrono/compare/v0.4.6...v0.4.7)
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
@@ -33,7 +33,7 @@ bytesize = "1.0.0" nanoid = "0.2.0" alphanumeric-sort = "1.0.6" structopt = "0.2.16" -chrono = "0.4.6" +chrono = "0.4.7" chrono-humanize = "0.0.11" maud = { version = "0.20.0", features = ["actix-web"] } serde = { version = "1.0.92", features = ["derive"] } |