aboutsummaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authordependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>2019-09-16 04:18:16 +0000
committerGitHub <noreply@github.com>2019-09-16 04:18:16 +0000
commitc70cb314b30c598f532c62ed7800d5c1b00939bf (patch)
tree6a7d0eb0096fe75a9dc509dcba0ff484c228d405 /Cargo.toml
parentMerge pull request #193 from svenstaro/dependabot/cargo/simplelog-0.7.2 (diff)
downloadminiserve-c70cb314b30c598f532c62ed7800d5c1b00939bf.tar.gz
miniserve-c70cb314b30c598f532c62ed7800d5c1b00939bf.zip
Bump alphanumeric-sort from 1.0.7 to 1.0.10
Bumps [alphanumeric-sort](https://github.com/magiclen/alphanumeric-sort) from 1.0.7 to 1.0.10. - [Release notes](https://github.com/magiclen/alphanumeric-sort/releases) - [Commits](https://github.com/magiclen/alphanumeric-sort/compare/v1.0.7...v1.0.10) 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 b80f501..983ef0c 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.7"
+alphanumeric-sort = "1.0.10"
structopt = "0.3"
chrono = "0.4.9"
chrono-humanize = "0.0.11"