diff options
author | dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com> | 2020-08-17 04:14:14 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-08-17 04:14:14 +0000 |
commit | ebcf5c3a359c2b45143da4b268fae47763909690 (patch) | |
tree | 50029f0ea9930be7c8c4f95a603ed71c26219797 /Cargo.toml | |
parent | Merge pull request #360 from svenstaro/dependabot/cargo/serde-1.0.115 (diff) | |
download | miniserve-ebcf5c3a359c2b45143da4b268fae47763909690.tar.gz miniserve-ebcf5c3a359c2b45143da4b268fae47763909690.zip |
Bump chrono from 0.4.13 to 0.4.15
Bumps [chrono](https://github.com/chronotope/chrono) from 0.4.13 to 0.4.15.
- [Release notes](https://github.com/chronotope/chrono/releases)
- [Changelog](https://github.com/chronotope/chrono/blob/main/CHANGELOG.md)
- [Commits](https://github.com/chronotope/chrono/compare/v0.4.13...v0.4.15)
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
Diffstat (limited to 'Cargo.toml')
-rw-r--r-- | Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -27,7 +27,7 @@ bytesize = "1.0.0" nanoid = "0.3" alphanumeric-sort = "1.4.0" structopt = "0.3" -chrono = "0.4.13" +chrono = "0.4.15" chrono-humanize = "0.0.11" maud = { version = "0.22.0", features = ["actix-web"] } serde = { version = "1.0.115", features = ["derive"] } |