diff options
author | Sven-Hendrik Haase <svenstaro@gmail.com> | 2020-07-21 09:07:38 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-07-21 09:07:38 +0000 |
commit | 853106d3d3a3a62e124af29d3efe3eda21f9e7d0 (patch) | |
tree | 297f2614e01801285f71fec95e90d872295fe308 /Cargo.toml | |
parent | Merge pull request #328 from svenstaro/dependabot/cargo/alphanumeric-sort-1.3.2 (diff) | |
parent | Bump chrono from 0.4.11 to 0.4.13 (diff) | |
download | miniserve-853106d3d3a3a62e124af29d3efe3eda21f9e7d0.tar.gz miniserve-853106d3d3a3a62e124af29d3efe3eda21f9e7d0.zip |
Merge pull request #340 from svenstaro/dependabot/cargo/chrono-0.4.13
Bump chrono from 0.4.11 to 0.4.13
Diffstat (limited to 'Cargo.toml')
-rw-r--r-- | Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -33,7 +33,7 @@ bytesize = "1.0.0" nanoid = "0.3" alphanumeric-sort = "1.3.2" structopt = "0.3" -chrono = "0.4.10" +chrono = "0.4.13" chrono-humanize = "0.0.11" maud = { version = "0.22.0", features = ["actix-web"] } serde = { version = "1.0.110", features = ["derive"] } |