From 667b1283371ec9296e1e6ab1e1ea6c06946208e9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 15 Dec 2024 18:31:52 +0000 Subject: [PATCH] chore(deps): bump crossbeam-channel from 0.5.13 to 0.5.14 Bumps [crossbeam-channel](https://github.com/crossbeam-rs/crossbeam) from 0.5.13 to 0.5.14. - [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-channel-0.5.13...crossbeam-channel-0.5.14) --- updated-dependencies: - dependency-name: crossbeam-channel dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 6aa0e6797..58f1fb1de 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2537,9 +2537,9 @@ dependencies = [ [[package]] name = "crossbeam-channel" -version = "0.5.13" +version = "0.5.14" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "33480d6946193aa8033910124896ca395333cae7e2d1113d1fef6c3272217df2" +checksum = "06ba6d68e24814cb8de6bb986db8222d3a027d15872cabc0d18817bc3c0e4471" dependencies = [ "crossbeam-utils", ] diff --git a/Cargo.toml b/Cargo.toml index d065e46e4..d9c68e86f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -355,7 +355,7 @@ rustc-hash = { version = "2.1.0" } xorf = { version = "0.11.0" } vergen-git2 = { version = "1.0.0", features = ["build", "cargo", "rustc"] } vergen-pretty = "0.3.6" -crossbeam-channel = "0.5.13" +crossbeam-channel = "0.5.14" inferno = "0.11.21" handlebars = "4.2.2"