From d3ae0aaeba61e0aefc00a0c08b48eb364d00f0b6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 17 Sep 2022 10:32:48 +0000 Subject: [PATCH] Bump crossbeam-utils from 0.8.4 to 0.8.11 in /battleserver Bumps [crossbeam-utils](https://github.com/crossbeam-rs/crossbeam) from 0.8.4 to 0.8.11. - [Release notes](https://github.com/crossbeam-rs/crossbeam/releases) - [Changelog](https://github.com/crossbeam-rs/crossbeam/blob/master/CHANGELOG.md) - [Commits](https://github.com/crossbeam-rs/crossbeam/compare/crossbeam-utils-0.8.4...crossbeam-utils-0.8.11) --- updated-dependencies: - dependency-name: crossbeam-utils dependency-type: indirect ... Signed-off-by: dependabot[bot] --- battleserver/Cargo.lock | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/battleserver/Cargo.lock b/battleserver/Cargo.lock index b0feb41d..4f22a478 100644 --- a/battleserver/Cargo.lock +++ b/battleserver/Cargo.lock @@ -575,13 +575,12 @@ dependencies = [ [[package]] name = "crossbeam-utils" -version = "0.8.4" +version = "0.8.11" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4feb231f0d4d6af81aed15928e58ecf5816aa62a2393e2c82f46973e92a9a278" +checksum = "51887d4adc7b564537b15adcfb307936f8075dfcd5f00dde9a9f1d29383682bc" dependencies = [ - "autocfg", "cfg-if 1.0.0", - "lazy_static", + "once_cell", ] [[package]]