diff options
author | dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com> | 2019-09-04 04:17:33 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-09-04 04:17:33 +0000 |
commit | cd1e4557e4713b24fc422e7fc7d5b5604f9d563e (patch) | |
tree | fa73c0ea0663be0250322afe3340231888f3f5b1 /Cargo.toml | |
parent | Upgrade to structopt 0.3 (diff) | |
download | miniserve-cd1e4557e4713b24fc422e7fc7d5b5604f9d563e.tar.gz miniserve-cd1e4557e4713b24fc422e7fc7d5b5604f9d563e.zip |
Bump chrono from 0.4.8 to 0.4.9
Bumps [chrono](https://github.com/chronotope/chrono) from 0.4.8 to 0.4.9.
- [Release notes](https://github.com/chronotope/chrono/releases)
- [Changelog](https://github.com/chronotope/chrono/blob/master/CHANGELOG.md)
- [Commits](https://github.com/chronotope/chrono/commits/v0.4.9)
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.7" structopt = "0.3" -chrono = "0.4.8" +chrono = "0.4.9" chrono-humanize = "0.0.11" maud = { version = "0.21.0", features = ["actix-web"] } serde = { version = "1.0.99", features = ["derive"] } |