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 | |
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
-rw-r--r-- | Cargo.lock | 4 | ||||
-rw-r--r-- | Cargo.toml | 2 |
2 files changed, 3 insertions, 3 deletions
@@ -809,9 +809,9 @@ dependencies = [ [[package]] name = "chrono-humanize" -version = "0.0.11" +version = "0.1.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "eb2ff48a655fe8d2dae9a39e66af7fd8ff32a879e8c4e27422c25596a8b5e90d" +checksum = "f0a4c32145b4db85fe1c4f2b125a4f9493769df424f5f84baf6b04ea8eaf33c9" dependencies = [ "chrono", ] @@ -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" |