diff options
author | dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com> | 2019-09-17 04:17:37 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-09-17 04:17:37 +0000 |
commit | c3d68b70eeccda8a935cbcc5223a9cc15a13bb27 (patch) | |
tree | 3815d2059bf84d79b8342821217065ca324952ab /Cargo.toml | |
parent | Merge pull request #194 from svenstaro/dependabot/cargo/alphanumeric-sort-1.0.10 (diff) | |
download | miniserve-c3d68b70eeccda8a935cbcc5223a9cc15a13bb27.tar.gz miniserve-c3d68b70eeccda8a935cbcc5223a9cc15a13bb27.zip |
Bump alphanumeric-sort from 1.0.10 to 1.0.11
Bumps [alphanumeric-sort](https://github.com/magiclen/alphanumeric-sort) from 1.0.10 to 1.0.11.
- [Release notes](https://github.com/magiclen/alphanumeric-sort/releases)
- [Commits](https://github.com/magiclen/alphanumeric-sort/compare/v1.0.10...v1.0.11)
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
@@ -31,7 +31,7 @@ percent-encoding = "2.1" htmlescape = "0.3.1" bytesize = "1.0.0" nanoid = "0.2.0" -alphanumeric-sort = "1.0.10" +alphanumeric-sort = "1.0.11" structopt = "0.3" chrono = "0.4.9" chrono-humanize = "0.0.11" |