diff options
author | dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com> | 2019-07-29 04:21:22 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-07-29 04:21:22 +0000 |
commit | f9779d18550ceb56ae7c688c226e92280b3dd9ba (patch) | |
tree | 8cb470aa5729d8471ea8d79d3dff750dc8bca855 /Cargo.toml | |
parent | Update to url 2.0 (diff) | |
download | miniserve-f9779d18550ceb56ae7c688c226e92280b3dd9ba.tar.gz miniserve-f9779d18550ceb56ae7c688c226e92280b3dd9ba.zip |
Bump alphanumeric-sort from 1.0.6 to 1.0.7
Bumps [alphanumeric-sort](https://github.com/magiclen/alphanumeric-sort) from 1.0.6 to 1.0.7.
- [Release notes](https://github.com/magiclen/alphanumeric-sort/releases)
- [Commits](https://github.com/magiclen/alphanumeric-sort/compare/v1.0.6...v1.0.7)
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.0" htmlescape = "0.3.1" bytesize = "1.0.0" nanoid = "0.2.0" -alphanumeric-sort = "1.0.6" +alphanumeric-sort = "1.0.7" structopt = "0.2.18" chrono = "0.4.7" chrono-humanize = "0.0.11" |