aboutsummaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authordependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>2020-07-31 04:14:35 +0000
committerGitHub <noreply@github.com>2020-07-31 04:14:35 +0000
commit36a1388eddf356a9369b0372a122594e6bfc6b69 (patch)
tree8c40e79700f735dd57053c0b4dcaa28541d645b6 /Cargo.toml
parentMerge pull request #352 from svenstaro/dependabot/cargo/alphanumeric-sort-1.3.3 (diff)
downloadminiserve-36a1388eddf356a9369b0372a122594e6bfc6b69.tar.gz
miniserve-36a1388eddf356a9369b0372a122594e6bfc6b69.zip
Bump alphanumeric-sort from 1.3.3 to 1.4.0
Bumps [alphanumeric-sort](https://github.com/magiclen/alphanumeric-sort) from 1.3.3 to 1.4.0. - [Release notes](https://github.com/magiclen/alphanumeric-sort/releases) - [Commits](https://github.com/magiclen/alphanumeric-sort/compare/v1.3.3...v1.4.0) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml2
1 files changed, 1 insertions, 1 deletions
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"