aboutsummaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authordependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>2020-07-21 00:09:34 +0000
committerGitHub <noreply@github.com>2020-07-21 00:09:34 +0000
commitb38bd67a6b224ccf31230c3f053061e909513fa8 (patch)
treeb8f0627212d27fb03f1e4380492055bf465b52ec /Cargo.toml
parentSwitch to GitHub Actions (#344) (diff)
downloadminiserve-b38bd67a6b224ccf31230c3f053061e909513fa8.tar.gz
miniserve-b38bd67a6b224ccf31230c3f053061e909513fa8.zip
Bump alphanumeric-sort from 1.3.0 to 1.3.2
Bumps [alphanumeric-sort](https://github.com/magiclen/alphanumeric-sort) from 1.3.0 to 1.3.2. - [Release notes](https://github.com/magiclen/alphanumeric-sort/releases) - [Commits](https://github.com/magiclen/alphanumeric-sort/compare/v1.3.0...v1.3.2) 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 27fca38..7ebcf97 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -31,7 +31,7 @@ port_check = "0.1"
htmlescape = "0.3.1"
bytesize = "1.0.0"
nanoid = "0.3"
-alphanumeric-sort = "1.0.13"
+alphanumeric-sort = "1.3.2"
structopt = "0.3"
chrono = "0.4.10"
chrono-humanize = "0.0.11"