aboutsummaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authordependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>2019-06-25 04:20:07 +0000
committerGitHub <noreply@github.com>2019-06-25 04:20:07 +0000
commit1716344bca07b297b97091e9187645dba0ce424f (patch)
treea6729e35bd273c72eb5b5bd0d5054b9b218e55bc /Cargo.toml
parentTry deploying with deploy key again (diff)
downloadminiserve-1716344bca07b297b97091e9187645dba0ce424f.tar.gz
miniserve-1716344bca07b297b97091e9187645dba0ce424f.zip
Bump chrono from 0.4.6 to 0.4.7
Bumps [chrono](https://github.com/chronotope/chrono) from 0.4.6 to 0.4.7. - [Release notes](https://github.com/chronotope/chrono/releases) - [Changelog](https://github.com/chronotope/chrono/blob/master/CHANGELOG.md) - [Commits](https://github.com/chronotope/chrono/compare/v0.4.6...v0.4.7) 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 c380ddd..e7bb109 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -33,7 +33,7 @@ bytesize = "1.0.0"
nanoid = "0.2.0"
alphanumeric-sort = "1.0.6"
structopt = "0.2.16"
-chrono = "0.4.6"
+chrono = "0.4.7"
chrono-humanize = "0.0.11"
maud = { version = "0.20.0", features = ["actix-web"] }
serde = { version = "1.0.92", features = ["derive"] }