diff options
author | Sven-Hendrik Haase <svenstaro@gmail.com> | 2020-09-16 08:15:36 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-09-16 08:15:36 +0000 |
commit | 5d7e7a8afb716a4f75fdb11cb4be160f9fed7993 (patch) | |
tree | a35a435d830899b7671dad835d23b890ad915e2a /Cargo.toml | |
parent | Merge pull request #375 from svenstaro/dependabot/cargo/actix-web-3.0.2 (diff) | |
parent | Bump chrono-humanize from 0.0.11 to 0.1.1 (diff) | |
download | miniserve-5d7e7a8afb716a4f75fdb11cb4be160f9fed7993.tar.gz miniserve-5d7e7a8afb716a4f75fdb11cb4be160f9fed7993.zip |
Merge pull request #376 from svenstaro/dependabot/cargo/chrono-humanize-0.1.1
Bump chrono-humanize from 0.0.11 to 0.1.1
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" |