diff --git a/Cargo.lock b/Cargo.lock index a9116dd..82621ff 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -10,7 +10,7 @@ dependencies = [ [[package]] name = "alphanumeric-sort" -version = "1.0.13" +version = "1.1.1" source = "registry+https://github.com/rust-lang/crates.io-index" [[package]] @@ -349,7 +349,7 @@ dependencies = [ name = "marcos" version = "0.1.0" dependencies = [ - "alphanumeric-sort 1.0.13 (registry+https://github.com/rust-lang/crates.io-index)", + "alphanumeric-sort 1.1.1 (registry+https://github.com/rust-lang/crates.io-index)", "clap 2.33.1 (registry+https://github.com/rust-lang/crates.io-index)", "cursive 0.9.2 (registry+https://github.com/rust-lang/crates.io-index)", "dirs 1.0.5 (registry+https://github.com/rust-lang/crates.io-index)", @@ -880,7 +880,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" [metadata] "checksum addr2line 0.12.1 (registry+https://github.com/rust-lang/crates.io-index)" = "a49806b9dadc843c61e7c97e72490ad7f7220ae249012fbda9ad0609457c0543" -"checksum alphanumeric-sort 1.0.13 (registry+https://github.com/rust-lang/crates.io-index)" = "0d338a8e22f0d04e4f44b0915c537d4dfa2e002ffa7ef78364de604d180b0448" +"checksum alphanumeric-sort 1.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "fde51aceaf6a625311fe55cd63f12c7cfac4aefd5edc1220b077662a499ad569" "checksum ansi_term 0.11.0 (registry+https://github.com/rust-lang/crates.io-index)" = "ee49baf6cb617b853aa8d93bf420db2383fab46d314482ca2803b40d5fde979b" "checksum arc-swap 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)" = "b585a98a234c46fc563103e9278c9391fde1f4e6850334da895d27edb9580f62" "checksum array-macro 1.0.5 (registry+https://github.com/rust-lang/crates.io-index)" = "06e97b4e522f9e55523001238ac59d13a8603af57f69980de5d8de4bbbe8ada6" diff --git a/Cargo.toml b/Cargo.toml index 10869f9..6644a20 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -16,7 +16,7 @@ log = "0.4" fern = "0.5" clap = "2" walkdir = "2.2.6" -alphanumeric-sort = "1.0.3" +alphanumeric-sort = "1.1.1" mime_guess = "2.0.0-alpha.6" uname = "0.1.1" users = "0.8.0"