aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>2020-10-01 04:15:45 +0000
committerGitHub <noreply@github.com>2020-10-01 04:15:45 +0000
commit58b4eb7cc286bdf6fcad5f9cb16e39f585f3a302 (patch)
tree61eb146939ccfe7bfd3bb479f4070b89e1d1df7e
parentMerge pull request #382 from equal-l2/remove-actix-rt (diff)
downloadminiserve-58b4eb7cc286bdf6fcad5f9cb16e39f585f3a302.tar.gz
miniserve-58b4eb7cc286bdf6fcad5f9cb16e39f585f3a302.zip
Bump chrono from 0.4.18 to 0.4.19
Bumps [chrono](https://github.com/chronotope/chrono) from 0.4.18 to 0.4.19. - [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.18...v0.4.19) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
-rw-r--r--Cargo.lock4
-rw-r--r--Cargo.toml2
2 files changed, 3 insertions, 3 deletions
diff --git a/Cargo.lock b/Cargo.lock
index a70b6db..6eb96b0 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -798,9 +798,9 @@ checksum = "4785bdd1c96b2a846b2bd7cc02e86b6b3dbf14e7e53446c4f54c92a361040822"
[[package]]
name = "chrono"
-version = "0.4.18"
+version = "0.4.19"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "d021fddb7bd3e734370acfa4a83f34095571d8570c039f1420d77540f68d5772"
+checksum = "670ad68c9088c2a963aaa298cb369688cf3f9465ce5e2d4ca10e6e0098a1ce73"
dependencies = [
"libc",
"num-integer",
diff --git a/Cargo.toml b/Cargo.toml
index f8f3773..1beb435 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.18"
+chrono = "0.4.19"
chrono-humanize = "0.1.1"
maud = { version = "0.22.0", features = ["actix-web"] }
serde = { version = "1.0.115", features = ["derive"] }