aboutsummaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authordependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>2020-07-21 00:51:26 +0000
committerGitHub <noreply@github.com>2020-07-21 00:51:26 +0000
commit821963eb1a669f477281dc6a277f54b037a98708 (patch)
tree297f2614e01801285f71fec95e90d872295fe308 /Cargo.toml
parentMerge pull request #328 from svenstaro/dependabot/cargo/alphanumeric-sort-1.3.2 (diff)
downloadminiserve-821963eb1a669f477281dc6a277f54b037a98708.tar.gz
miniserve-821963eb1a669f477281dc6a277f54b037a98708.zip
Bump chrono from 0.4.11 to 0.4.13
Bumps [chrono](https://github.com/chronotope/chrono) from 0.4.11 to 0.4.13. - [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.11...v0.4.13) 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 02731bc..b2aab11 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -33,7 +33,7 @@ bytesize = "1.0.0"
nanoid = "0.3"
alphanumeric-sort = "1.3.2"
structopt = "0.3"
-chrono = "0.4.10"
+chrono = "0.4.13"
chrono-humanize = "0.0.11"
maud = { version = "0.22.0", features = ["actix-web"] }
serde = { version = "1.0.110", features = ["derive"] }