aboutsummaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authordependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>2019-09-04 04:17:33 +0000
committerGitHub <noreply@github.com>2019-09-04 04:17:33 +0000
commitcd1e4557e4713b24fc422e7fc7d5b5604f9d563e (patch)
treefa73c0ea0663be0250322afe3340231888f3f5b1 /Cargo.toml
parentUpgrade to structopt 0.3 (diff)
downloadminiserve-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.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"] }