From a193b85123c7ee241d2cd0eca23fe4e5dfb67fc7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 22 Mar 2023 13:02:45 +0000 Subject: [PATCH] Bump alphanumeric-sort from 1.4.4 to 1.5.0 (#8532) --- Cargo.lock | 4 ++-- crates/nu-command/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index ce1cf9d3b..627483944 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -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" diff --git a/crates/nu-command/Cargo.toml b/crates/nu-command/Cargo.toml index ab2db78b8..b4ff586b4 100644 --- a/crates/nu-command/Cargo.toml +++ b/crates/nu-command/Cargo.toml @@ -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"