From 72d37dd225cfbc1eb5aaf73c806f74577521fd61 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 6 Jan 2023 07:07:10 +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 ++-- libs/shared_lib/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 111a32f..65db1a0 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -4511,9 +4511,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", ] diff --git a/libs/shared_lib/Cargo.toml b/libs/shared_lib/Cargo.toml index 8a1438b..f535f87 100644 --- a/libs/shared_lib/Cargo.toml +++ b/libs/shared_lib/Cargo.toml @@ -22,7 +22,7 @@ chrono = "0.4.19" crossbeam-channel = "0.5.5" futures-lite = "1.12.0" konst = "0.2.13" -names = { version = "0.13.0", default-features = false } +names = { version = "0.14.0", default-features = false } num = "0.4.0" puffin = { version = "0.13", optional = true } rand = "0.8.4"