aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>2020-07-31 04:24:08 +0000
committerGitHub <noreply@github.com>2020-07-31 04:24:08 +0000
commit57955278e5f5fa2ec28bec8b00e0854c610d2209 (patch)
tree8c40e79700f735dd57053c0b4dcaa28541d645b6
parentMerge pull request #352 from svenstaro/dependabot/cargo/alphanumeric-sort-1.3.3 (diff)
parentBump alphanumeric-sort from 1.3.3 to 1.4.0 (diff)
downloadminiserve-57955278e5f5fa2ec28bec8b00e0854c610d2209.tar.gz
miniserve-57955278e5f5fa2ec28bec8b00e0854c610d2209.zip
Merge pull request #353 from svenstaro/dependabot/cargo/alphanumeric-sort-1.4.0
-rw-r--r--Cargo.lock6
-rw-r--r--Cargo.toml2
2 files changed, 4 insertions, 4 deletions
diff --git a/Cargo.lock b/Cargo.lock
index 9ff9af6..8dae32e 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -323,7 +323,7 @@ dependencies = [
[[package]]
name = "alphanumeric-sort"
-version = "1.3.3"
+version = "1.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
[[package]]
@@ -1292,7 +1292,7 @@ dependencies = [
"actix-rt 1.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
"actix-web 2.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
"actix-web-httpauth 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)",
- "alphanumeric-sort 1.3.3 (registry+https://github.com/rust-lang/crates.io-index)",
+ "alphanumeric-sort 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
"assert_cmd 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)",
"assert_fs 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
"bytesize 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)",
@@ -2778,7 +2778,7 @@ dependencies = [
"checksum adler 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)" = "ee2a4ec343196209d6594e19543ae87a39f96d5534d7174822a3ad825dd6ed7e"
"checksum adler32 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "567b077b825e468cc974f0020d4082ee6e03132512f207ef1a02fd5d00d1f32d"
"checksum aho-corasick 0.7.13 (registry+https://github.com/rust-lang/crates.io-index)" = "043164d8ba5c4c3035fec9bbee8647c0261d788f3474306f93bb65901cae0e86"
-"checksum alphanumeric-sort 1.3.3 (registry+https://github.com/rust-lang/crates.io-index)" = "d17ad993e6449324f74f03e5d8d4945873fd59feaf5480224df4dd2832ac93ce"
+"checksum alphanumeric-sort 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)" = "e0e75706f4ee4c69aaa277f73a7a6ad60222193938d4266b929aacd17ebb29b9"
"checksum ansi_term 0.11.0 (registry+https://github.com/rust-lang/crates.io-index)" = "ee49baf6cb617b853aa8d93bf420db2383fab46d314482ca2803b40d5fde979b"
"checksum arc-swap 0.4.7 (registry+https://github.com/rust-lang/crates.io-index)" = "4d25d88fd6b8041580a654f9d0c581a047baee2b3efee13275f2fc392fc75034"
"checksum assert_cmd 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)" = "c88b9ca26f9c16ec830350d309397e74ee9abdfd8eb1f71cb6ecc71a3fc818da"
diff --git a/Cargo.toml b/Cargo.toml
index 4a59846..d484330 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -25,7 +25,7 @@ port_check = "0.1"
htmlescape = "0.3.1"
bytesize = "1.0.0"
nanoid = "0.3"
-alphanumeric-sort = "1.3.3"
+alphanumeric-sort = "1.4.0"
structopt = "0.3"
chrono = "0.4.13"
chrono-humanize = "0.0.11"