aboutsummaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authordependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>2019-09-02 04:18:05 +0000
committerGitHub <noreply@github.com>2019-09-02 04:18:05 +0000
commite6b4f4de2335ffd94668e9377dde3dff73ca5fe2 (patch)
tree16d09258e657267b180f7bcf533c9842340b4e34 /Cargo.toml
parentBump lock file (diff)
downloadminiserve-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.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 65c5a6f..e8645cd 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -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"] }