aboutsummaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorSven-Hendrik Haase <svenstaro@gmail.com>2019-09-04 09:18:17 +0000
committerGitHub <noreply@github.com>2019-09-04 09:18:17 +0000
commit0acd9669a7cce5dd581a969c73d3bd14a450441a (patch)
treefa73c0ea0663be0250322afe3340231888f3f5b1 /Cargo.toml
parentUpgrade to structopt 0.3 (diff)
parentBump chrono from 0.4.8 to 0.4.9 (diff)
downloadminiserve-0acd9669a7cce5dd581a969c73d3bd14a450441a.tar.gz
miniserve-0acd9669a7cce5dd581a969c73d3bd14a450441a.zip
Merge pull request #187 from svenstaro/dependabot/cargo/chrono-0.4.9
Bump chrono from 0.4.8 to 0.4.9
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 eefe5e4..1598008 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.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"] }