aboutsummaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authordependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>2019-09-17 04:17:37 +0000
committerGitHub <noreply@github.com>2019-09-17 04:17:37 +0000
commitc3d68b70eeccda8a935cbcc5223a9cc15a13bb27 (patch)
tree3815d2059bf84d79b8342821217065ca324952ab /Cargo.toml
parentMerge pull request #194 from svenstaro/dependabot/cargo/alphanumeric-sort-1.0.10 (diff)
downloadminiserve-c3d68b70eeccda8a935cbcc5223a9cc15a13bb27.tar.gz
miniserve-c3d68b70eeccda8a935cbcc5223a9cc15a13bb27.zip
Bump alphanumeric-sort from 1.0.10 to 1.0.11
Bumps [alphanumeric-sort](https://github.com/magiclen/alphanumeric-sort) from 1.0.10 to 1.0.11. - [Release notes](https://github.com/magiclen/alphanumeric-sort/releases) - [Commits](https://github.com/magiclen/alphanumeric-sort/compare/v1.0.10...v1.0.11) 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 983ef0c..5854c25 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -31,7 +31,7 @@ percent-encoding = "2.1"
htmlescape = "0.3.1"
bytesize = "1.0.0"
nanoid = "0.2.0"
-alphanumeric-sort = "1.0.10"
+alphanumeric-sort = "1.0.11"
structopt = "0.3"
chrono = "0.4.9"
chrono-humanize = "0.0.11"