Bump alphanumeric-sort from 1.4.4 to 1.5.0 (#8532)

This commit is contained in:
dependabot[bot] 2023-03-22 13:02:45 +00:00 committed by GitHub
parent 0f40c44ed2
commit a193b85123
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 3 deletions

4
Cargo.lock generated
View File

@ -68,9 +68,9 @@ dependencies = [
[[package]]
name = "alphanumeric-sort"
version = "1.4.4"
version = "1.5.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "77e9c9abb82613923ec78d7a461595d52491ba7240f3c64c0bbe0e6d98e0fce0"
checksum = "5e972aa01d34ded9a7fd0d838a1b6f73e70daf78ff77221c82bd411afa1f3fa9"
[[package]]
name = "android_system_properties"

View File

@ -33,7 +33,7 @@ nu-ansi-term = "0.47.0"
# Potential dependencies for extras
Inflector = "0.11"
alphanumeric-sort = "1.4.4"
alphanumeric-sort = "1.5.0"
atty = "0.2.14"
base64 = "0.21.0"
byteorder = "1.4.3"