aboutsummaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorSven-Hendrik Haase <svenstaro@gmail.com>2021-04-28 14:24:55 +0000
committerGitHub <noreply@github.com>2021-04-28 14:24:55 +0000
commit20791d2d3bf22bd68367e31ce51b5790d4be1369 (patch)
treed6ed3ede8d515e11f71c0a1cccee096437ab6218 /Cargo.toml
parentMerge pull request #509 from svenstaro/dependabot/cargo/rstest-0.8.0 (diff)
parentBump chrono-humanize from 0.1.2 to 0.2.1 (diff)
downloadminiserve-20791d2d3bf22bd68367e31ce51b5790d4be1369.tar.gz
miniserve-20791d2d3bf22bd68367e31ce51b5790d4be1369.zip
Merge pull request #511 from svenstaro/dependabot/cargo/chrono-humanize-0.2.1
Bump chrono-humanize from 0.1.2 to 0.2.1
Diffstat (limited to '')
-rw-r--r--Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index aeaea29..085e225 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -31,7 +31,7 @@ nanoid = "0.4"
alphanumeric-sort = "1"
structopt = "0.3"
chrono = "0.4"
-chrono-humanize = "0.1"
+chrono-humanize = "0.2"
serde = { version = "1", features = ["derive"] }
tar = "0.4"
futures = "0.3"