diff options
author | Sven-Hendrik Haase <svenstaro@gmail.com> | 2019-09-02 23:35:11 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-09-02 23:35:11 +0000 |
commit | d6145710f093c12ee7c7d1b5ffb2af51c8482dba (patch) | |
tree | 16d09258e657267b180f7bcf533c9842340b4e34 /Cargo.toml | |
parent | Bump lock file (diff) | |
parent | Bump chrono from 0.4.7 to 0.4.8 (diff) | |
download | miniserve-d6145710f093c12ee7c7d1b5ffb2af51c8482dba.tar.gz miniserve-d6145710f093c12ee7c7d1b5ffb2af51c8482dba.zip |
Merge pull request #184 from svenstaro/dependabot/cargo/chrono-0.4.8
Bump chrono from 0.4.7 to 0.4.8
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.2.0" alphanumeric-sort = "1.0.7" structopt = "0.2.18" -chrono = "0.4.7" +chrono = "0.4.8" chrono-humanize = "0.0.11" maud = { version = "0.21.0", features = ["actix-web"] } serde = { version = "1.0.99", features = ["derive"] } |