aboutsummaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authordependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>2020-05-22 04:13:37 +0000
committerGitHub <noreply@github.com>2020-05-22 04:13:37 +0000
commit4b79744d4e7c511558911ccafe0956a5b68c6f30 (patch)
tree3bc5d3b28c6fcb4f0408b832b4727514e8789fea /Cargo.toml
parentMerge pull request #310 from svenstaro/dependabot/cargo/tar-0.4.27 (diff)
downloadminiserve-4b79744d4e7c511558911ccafe0956a5b68c6f30.tar.gz
miniserve-4b79744d4e7c511558911ccafe0956a5b68c6f30.zip
Bump alphanumeric-sort from 1.0.12 to 1.0.13
Bumps [alphanumeric-sort](https://github.com/magiclen/alphanumeric-sort) from 1.0.12 to 1.0.13. - [Release notes](https://github.com/magiclen/alphanumeric-sort/releases) - [Commits](https://github.com/magiclen/alphanumeric-sort/compare/v1.0.12...v1.0.13) 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 327d2a2..28cadba 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -30,7 +30,7 @@ percent-encoding = "2.1"
htmlescape = "0.3.1"
bytesize = "1.0.0"
nanoid = "0.2.0"
-alphanumeric-sort = "1.0.12"
+alphanumeric-sort = "1.0.13"
structopt = "0.3"
chrono = "0.4.10"
chrono-humanize = "0.0.11"