aboutsummaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorSven-Hendrik Haase <svenstaro@gmail.com>2019-09-02 23:35:11 +0000
committerGitHub <noreply@github.com>2019-09-02 23:35:11 +0000
commitd6145710f093c12ee7c7d1b5ffb2af51c8482dba (patch)
tree16d09258e657267b180f7bcf533c9842340b4e34 /Cargo.toml
parentBump lock file (diff)
parentBump chrono from 0.4.7 to 0.4.8 (diff)
downloadminiserve-d6145710f093c12ee7c7d1b5ffb2af51c8482dba.tar.gz
miniserve-d6145710f093c12ee7c7d1b5ffb2af51c8482dba.zip
Merge pull request #184 from svenstaro/dependabot/cargo/chrono-0.4.8
Bump chrono from 0.4.7 to 0.4.8
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"] }