diff options
author | dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com> | 2019-09-02 04:18:05 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-09-02 04:18:05 +0000 |
commit | e6b4f4de2335ffd94668e9377dde3dff73ca5fe2 (patch) | |
tree | 16d09258e657267b180f7bcf533c9842340b4e34 /Cargo.toml | |
parent | Bump lock file (diff) | |
download | miniserve-e6b4f4de2335ffd94668e9377dde3dff73ca5fe2.tar.gz miniserve-e6b4f4de2335ffd94668e9377dde3dff73ca5fe2.zip |
Bump chrono from 0.4.7 to 0.4.8
Bumps [chrono](https://github.com/chronotope/chrono) from 0.4.7 to 0.4.8.
- [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)
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.2.18" -chrono = "0.4.7" +chrono = "0.4.8" chrono-humanize = "0.0.11" maud = { version = "0.21.0", features = ["actix-web"] } serde = { version = "1.0.99", features = ["derive"] } |