diff options
author | dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com> | 2021-04-07 04:16:30 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-04-07 04:16:30 +0000 |
commit | fd50bff64652767ceef08c3fdcfdc53def1111c7 (patch) | |
tree | a695ef7e54be4d1e926ac21a76e6a57b57cab530 /Cargo.toml | |
parent | Bump deps (diff) | |
download | miniserve-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.toml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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" |