diff options
author | dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com> | 2020-02-21 04:13:42 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-02-21 04:13:42 +0000 |
commit | 7fa18906f4f85ea0b986ed790aba528630d2afa0 (patch) | |
tree | 5926837100a351083df2ab16ee48e0ae30957d32 /Cargo.toml | |
parent | Merge pull request #255 from svenstaro/dependabot/cargo/structopt-0.3.9 (diff) | |
download | miniserve-7fa18906f4f85ea0b986ed790aba528630d2afa0.tar.gz miniserve-7fa18906f4f85ea0b986ed790aba528630d2afa0.zip |
Bump alphanumeric-sort from 1.0.11 to 1.0.12
Bumps [alphanumeric-sort](https://github.com/magiclen/alphanumeric-sort) from 1.0.11 to 1.0.12.
- [Release notes](https://github.com/magiclen/alphanumeric-sort/releases)
- [Commits](https://github.com/magiclen/alphanumeric-sort/compare/v1.0.11...v1.0.12)
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
Diffstat (limited to '')
-rw-r--r-- | Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -30,7 +30,7 @@ percent-encoding = "2.1" htmlescape = "0.3.1" bytesize = "1.0.0" nanoid = "0.2.0" -alphanumeric-sort = "1.0.11" +alphanumeric-sort = "1.0.12" structopt = "0.3" chrono = "0.4.10" chrono-humanize = "0.0.11" |