From 824d1ffbe0679d37bcd49368649f2ee00f3e5ce0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Mar 2023 08:12:22 +0000 Subject: [PATCH] Bump names from 0.13.0 to 0.14.0 Bumps [names](https://github.com/fnichol/names) from 0.13.0 to 0.14.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.13.0...v0.14.0) --- updated-dependencies: - dependency-name: names dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- client/cli/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index a412347bde5c0..1beb7139e2c48 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -4592,9 +4592,9 @@ dependencies = [ [[package]] name = "names" -version = "0.13.0" +version = "0.14.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e7d66043b25d4a6cccb23619d10c19c25304b355a7dccd4a8e11423dd2382146" +checksum = "7bddcd3bf5144b6392de80e04c347cd7fab2508f6df16a85fc496ecd5cec39bc" dependencies = [ "rand 0.8.5", ] diff --git a/client/cli/Cargo.toml b/client/cli/Cargo.toml index c0da53ad129d5..e31869f3a70a3 100644 --- a/client/cli/Cargo.toml +++ b/client/cli/Cargo.toml @@ -20,7 +20,7 @@ fdlimit = "0.2.1" futures = "0.3.21" libp2p = "0.50.0" log = "0.4.17" -names = { version = "0.13.0", default-features = false } +names = { version = "0.14.0", default-features = false } parity-scale-codec = "3.2.2" rand = "0.8.5" regex = "1.6.0"