aboutsummaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authordependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>2020-02-21 04:13:42 +0000
committerGitHub <noreply@github.com>2020-02-21 04:13:42 +0000
commit7fa18906f4f85ea0b986ed790aba528630d2afa0 (patch)
tree5926837100a351083df2ab16ee48e0ae30957d32 /Cargo.toml
parentMerge pull request #255 from svenstaro/dependabot/cargo/structopt-0.3.9 (diff)
downloadminiserve-7fa18906f4f85ea0b986ed790aba528630d2afa0.tar.gz
miniserve-7fa18906f4f85ea0b986ed790aba528630d2afa0.zip
Bump alphanumeric-sort from 1.0.11 to 1.0.12
Bumps [alphanumeric-sort](https://github.com/magiclen/alphanumeric-sort) from 1.0.11 to 1.0.12. - [Release notes](https://github.com/magiclen/alphanumeric-sort/releases) - [Commits](https://github.com/magiclen/alphanumeric-sort/compare/v1.0.11...v1.0.12) 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 93ed712..91a5b99 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.11"
+alphanumeric-sort = "1.0.12"
structopt = "0.3"
chrono = "0.4.10"
chrono-humanize = "0.0.11"