aboutsummaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authordependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>2019-07-29 04:21:22 +0000
committerGitHub <noreply@github.com>2019-07-29 04:21:22 +0000
commitf9779d18550ceb56ae7c688c226e92280b3dd9ba (patch)
tree8cb470aa5729d8471ea8d79d3dff750dc8bca855 /Cargo.toml
parentUpdate to url 2.0 (diff)
downloadminiserve-f9779d18550ceb56ae7c688c226e92280b3dd9ba.tar.gz
miniserve-f9779d18550ceb56ae7c688c226e92280b3dd9ba.zip
Bump alphanumeric-sort from 1.0.6 to 1.0.7
Bumps [alphanumeric-sort](https://github.com/magiclen/alphanumeric-sort) from 1.0.6 to 1.0.7. - [Release notes](https://github.com/magiclen/alphanumeric-sort/releases) - [Commits](https://github.com/magiclen/alphanumeric-sort/compare/v1.0.6...v1.0.7) 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 c698436..83e5156 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -31,7 +31,7 @@ percent-encoding = "2.0"
htmlescape = "0.3.1"
bytesize = "1.0.0"
nanoid = "0.2.0"
-alphanumeric-sort = "1.0.6"
+alphanumeric-sort = "1.0.7"
structopt = "0.2.18"
chrono = "0.4.7"
chrono-humanize = "0.0.11"