diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2022-03-07 04:20:33 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-03-07 04:20:33 +0000 |
commit | 605dbf47f7c5c5e707d3ff92bfcc8f53603a28c5 (patch) | |
tree | 8adf64534baf0e6aee44af50120301f712f09a01 | |
parent | Merge pull request #747 from svenstaro/dependabot/cargo/clap_complete-3.1.1 (diff) | |
download | miniserve-605dbf47f7c5c5e707d3ff92bfcc8f53603a28c5.tar.gz miniserve-605dbf47f7c5c5e707d3ff92bfcc8f53603a28c5.zip |
Bump alphanumeric-sort from 1.4.3 to 1.4.4
Bumps [alphanumeric-sort](https://github.com/magiclen/alphanumeric-sort) from 1.4.3 to 1.4.4.
- [Release notes](https://github.com/magiclen/alphanumeric-sort/releases)
- [Commits](https://github.com/magiclen/alphanumeric-sort/compare/v1.4.3...v1.4.4)
---
updated-dependencies:
- dependency-name: alphanumeric-sort
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
-rw-r--r-- | Cargo.lock | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -306,9 +306,9 @@ dependencies = [ [[package]] name = "alphanumeric-sort" -version = "1.4.3" +version = "1.4.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "20e59b2ccb4c1ffbbf45af6f493e16ac65a66981c85664f1587816c0b08cd698" +checksum = "77e9c9abb82613923ec78d7a461595d52491ba7240f3c64c0bbe0e6d98e0fce0" [[package]] name = "ansi_term" |