aboutsummaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authordependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>2020-09-28 04:15:40 +0000
committerGitHub <noreply@github.com>2020-09-28 04:15:40 +0000
commit1bbaa01bcda2fbb39cd3d061ca4436a836a6c23c (patch)
treeddb3e3d919294d892d11375180f7c1bbe50169e2 /Cargo.toml
parentBump deps (diff)
downloadminiserve-1bbaa01bcda2fbb39cd3d061ca4436a836a6c23c.tar.gz
miniserve-1bbaa01bcda2fbb39cd3d061ca4436a836a6c23c.zip
Bump chrono from 0.4.15 to 0.4.18
Bumps [chrono](https://github.com/chronotope/chrono) from 0.4.15 to 0.4.18. - [Release notes](https://github.com/chronotope/chrono/releases) - [Changelog](https://github.com/chronotope/chrono/blob/main/CHANGELOG.md) - [Commits](https://github.com/chronotope/chrono/compare/v0.4.15...v0.4.18) 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 f179f28..03e1e37 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -26,7 +26,7 @@ bytesize = "1.0.0"
nanoid = "0.3"
alphanumeric-sort = "1.4.0"
structopt = "0.3"
-chrono = "0.4.15"
+chrono = "0.4.18"
chrono-humanize = "0.1.1"
maud = { version = "0.22.0", features = ["actix-web"] }
serde = { version = "1.0.115", features = ["derive"] }