aboutsummaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authordependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>2020-08-17 04:14:14 +0000
committerGitHub <noreply@github.com>2020-08-17 04:14:14 +0000
commitebcf5c3a359c2b45143da4b268fae47763909690 (patch)
tree50029f0ea9930be7c8c4f95a603ed71c26219797 /Cargo.toml
parentMerge pull request #360 from svenstaro/dependabot/cargo/serde-1.0.115 (diff)
downloadminiserve-ebcf5c3a359c2b45143da4b268fae47763909690.tar.gz
miniserve-ebcf5c3a359c2b45143da4b268fae47763909690.zip
Bump chrono from 0.4.13 to 0.4.15
Bumps [chrono](https://github.com/chronotope/chrono) from 0.4.13 to 0.4.15. - [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.13...v0.4.15) 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 d717089..0d6fd15 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -27,7 +27,7 @@ bytesize = "1.0.0"
nanoid = "0.3"
alphanumeric-sort = "1.4.0"
structopt = "0.3"
-chrono = "0.4.13"
+chrono = "0.4.15"
chrono-humanize = "0.0.11"
maud = { version = "0.22.0", features = ["actix-web"] }
serde = { version = "1.0.115", features = ["derive"] }