aboutsummaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authordependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>2020-07-29 04:13:36 +0000
committerGitHub <noreply@github.com>2020-07-29 04:13:36 +0000
commit757250c54f0a62c0042e90388ca0bb8175950d57 (patch)
treeb0e23d0d7d9033287b48682f1637bb9ca2c26c40 /Cargo.toml
parentMerge pull request #351 from svenstaro/dependabot/cargo/reqwest-0.10.7 (diff)
downloadminiserve-757250c54f0a62c0042e90388ca0bb8175950d57.tar.gz
miniserve-757250c54f0a62c0042e90388ca0bb8175950d57.zip
Bump alphanumeric-sort from 1.3.2 to 1.3.3
Bumps [alphanumeric-sort](https://github.com/magiclen/alphanumeric-sort) from 1.3.2 to 1.3.3. - [Release notes](https://github.com/magiclen/alphanumeric-sort/releases) - [Commits](https://github.com/magiclen/alphanumeric-sort/compare/v1.3.2...v1.3.3) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
Diffstat (limited to '')
-rw-r--r--Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index c9fd2a4..4a59846 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -25,7 +25,7 @@ port_check = "0.1"
htmlescape = "0.3.1"
bytesize = "1.0.0"
nanoid = "0.3"
-alphanumeric-sort = "1.3.2"
+alphanumeric-sort = "1.3.3"
structopt = "0.3"
chrono = "0.4.13"
chrono-humanize = "0.0.11"