aboutsummaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authordependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>2021-04-07 04:16:30 +0000
committerGitHub <noreply@github.com>2021-04-07 04:16:30 +0000
commitfd50bff64652767ceef08c3fdcfdc53def1111c7 (patch)
treea695ef7e54be4d1e926ac21a76e6a57b57cab530 /Cargo.toml
parentBump deps (diff)
downloadminiserve-fd50bff64652767ceef08c3fdcfdc53def1111c7.tar.gz
miniserve-fd50bff64652767ceef08c3fdcfdc53def1111c7.zip
Bump nanoid from 0.3.0 to 0.4.0
Bumps [nanoid](https://github.com/nikolay-govorov/nanoid) from 0.3.0 to 0.4.0. - [Release notes](https://github.com/nikolay-govorov/nanoid/releases) - [Changelog](https://github.com/nikolay-govorov/nanoid/blob/master/CHANGELOG.md) - [Commits](https://github.com/nikolay-govorov/nanoid/compare/v0.3.0...v0.4.0) 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 1a5f83e..0a73dc1 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -23,7 +23,7 @@ simplelog = "0.10"
percent-encoding = "2"
port_check = "0.1"
bytesize = "1"
-nanoid = "0.3"
+nanoid = "0.4"
alphanumeric-sort = "1"
structopt = "0.3"
chrono = "0.4"