diff options
author | Kevin Cui <krazycavin@gmail.com> | 2020-09-16 09:34:21 +0000 |
---|---|---|
committer | Kevin Cui <krazycavin@gmail.com> | 2020-09-16 09:34:21 +0000 |
commit | 40953025833ac67961c1dbfd001427441dea0cda (patch) | |
tree | 9c77167db9aa19da8a1604a737a36e42268c7fca /Cargo.toml | |
parent | Fix cargo fmt check (diff) | |
parent | Merge pull request #376 from svenstaro/dependabot/cargo/chrono-humanize-0.1.1 (diff) | |
download | miniserve-40953025833ac67961c1dbfd001427441dea0cda.tar.gz miniserve-40953025833ac67961c1dbfd001427441dea0cda.zip |
Merge branch 'master' of github.com:svenstaro/miniserve
Diffstat (limited to 'Cargo.toml')
-rw-r--r-- | Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -27,7 +27,7 @@ nanoid = "0.3" alphanumeric-sort = "1.4.0" structopt = "0.3" chrono = "0.4.15" -chrono-humanize = "0.0.11" +chrono-humanize = "0.1.1" maud = { version = "0.22.0", features = ["actix-web"] } serde = { version = "1.0.115", features = ["derive"] } tar = "0.4.30" |