aboutsummaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authordependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>2019-11-25 05:38:33 +0000
committerGitHub <noreply@github.com>2019-11-25 05:38:33 +0000
commitd81a970693779a30070d9636b42b6c2f4ae89880 (patch)
tree894c7843b68e2b940042bbd61b150160d2141241 /Cargo.toml
parentMerge pull request #222 from svenstaro/dependabot/cargo/serde-1.0.103 (diff)
downloadminiserve-d81a970693779a30070d9636b42b6c2f4ae89880.tar.gz
miniserve-d81a970693779a30070d9636b42b6c2f4ae89880.zip
Bump chrono from 0.4.9 to 0.4.10
Bumps [chrono](https://github.com/chronotope/chrono) from 0.4.9 to 0.4.10. - [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.9...v0.4.10) 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 b589127..d26fa6f 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -32,7 +32,7 @@ bytesize = "1.0.0"
nanoid = "0.2.0"
alphanumeric-sort = "1.0.11"
structopt = "0.3"
-chrono = "0.4.9"
+chrono = "0.4.10"
chrono-humanize = "0.0.11"
maud = { version = "0.21.0", features = ["actix-web"] }
serde = { version = "1.0.103", features = ["derive"] }