aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>2020-07-21 00:49:37 +0000
committerGitHub <noreply@github.com>2020-07-21 00:49:37 +0000
commit2a4634cb5650e4abe5144fb91c2e5e1ce0a5c67f (patch)
tree7172406af41b9135726d30147595e6885b456c26
parentMerge pull request #332 from svenstaro/dependabot/cargo/libflate-1.0.2 (diff)
parentBump alphanumeric-sort from 1.3.0 to 1.3.2 (diff)
downloadminiserve-2a4634cb5650e4abe5144fb91c2e5e1ce0a5c67f.tar.gz
miniserve-2a4634cb5650e4abe5144fb91c2e5e1ce0a5c67f.zip
Merge pull request #328 from svenstaro/dependabot/cargo/alphanumeric-sort-1.3.2
-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 329cf0a..b1aadde 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -430,7 +430,7 @@ dependencies = [
[[package]]
name = "alphanumeric-sort"
-version = "1.3.0"
+version = "1.3.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
[[package]]
@@ -1734,7 +1734,7 @@ version = "0.7.0"
dependencies = [
"actix 0.7.9 (registry+https://github.com/rust-lang/crates.io-index)",
"actix-web 0.7.19 (registry+https://github.com/rust-lang/crates.io-index)",
- "alphanumeric-sort 1.3.0 (registry+https://github.com/rust-lang/crates.io-index)",
+ "alphanumeric-sort 1.3.2 (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)",
"base64 0.12.3 (registry+https://github.com/rust-lang/crates.io-index)",
@@ -3686,7 +3686,7 @@ dependencies = [
"checksum aes-soft 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)" = "cfd7e7ae3f9a1fb5c03b389fc6bb9a51400d0c13053f0dca698c832bfd893a0d"
"checksum aesni 0.6.0 (registry+https://github.com/rust-lang/crates.io-index)" = "2f70a6b5f971e473091ab7cfb5ffac6cde81666c4556751d8d5620ead8abf100"
"checksum aho-corasick 0.7.13 (registry+https://github.com/rust-lang/crates.io-index)" = "043164d8ba5c4c3035fec9bbee8647c0261d788f3474306f93bb65901cae0e86"
-"checksum alphanumeric-sort 1.3.0 (registry+https://github.com/rust-lang/crates.io-index)" = "8fc9fc7f57a213066def81a172c767f49a7b336f14d4de6af38afa61beaa53b6"
+"checksum alphanumeric-sort 1.3.2 (registry+https://github.com/rust-lang/crates.io-index)" = "cb28dd7df60f556a5a70573502af83d66de4a8cab6b409024ad8a765b4c3cd12"
"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 92efeff..02731bc 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -31,7 +31,7 @@ port_check = "0.1"
htmlescape = "0.3.1"
bytesize = "1.0.0"
nanoid = "0.3"
-alphanumeric-sort = "1.0.13"
+alphanumeric-sort = "1.3.2"
structopt = "0.3"
chrono = "0.4.10"
chrono-humanize = "0.0.11"