Bump names from 0.12.0 to 0.13.0 (#11047)

Bumps [names](https://github.com/fnichol/names) from 0.12.0 to 0.13.0.
- [Release notes](https://github.com/fnichol/names/releases)
- [Changelog](https://github.com/fnichol/names/blob/main/CHANGELOG.md)
- [Commits](https://github.com/fnichol/names/compare/v0.12.0...v0.13.0)

---
updated-dependencies:
- dependency-name: names
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot]
2022-03-16 09:47:16 +00:00
committed by GitHub
parent 1317147589
commit 6acf5b963f
2 changed files with 3 additions and 3 deletions
+2 -2
View File
@@ -4719,9 +4719,9 @@ dependencies = [
[[package]]
name = "names"
version = "0.12.0"
version = "0.13.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "10a8690bf09abf659851e58cd666c3d37ac6af07c2bd7a9e332cfba471715775"
checksum = "e7d66043b25d4a6cccb23619d10c19c25304b355a7dccd4a8e11423dd2382146"
dependencies = [
"rand 0.8.4",
]
+1 -1
View File
@@ -20,7 +20,7 @@ futures = "0.3.19"
hex = "0.4.2"
libp2p = "0.40.0"
log = "0.4.11"
names = { version = "0.12.0", default-features = false }
names = { version = "0.13.0", default-features = false }
rand = "0.7.3"
regex = "1.5.4"
rpassword = "5.0.0"