summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2024-02-01 17:54:58 +0000
committerGitHub <noreply@github.com>2024-02-01 17:54:58 +0000
commit17895538a0f8f4dbed923e1d00fb7e79ede0ee67 (patch)
tree7da16ace903e6172a7439223a8c051fbd3ca8459
parentef3194a51013df71e7897bd22dc1744ac5ecc227 (diff)
build(deps): bump crossbeam-channel from 0.5.10 to 0.5.11
Bumps [crossbeam-channel](https://github.com/crossbeam-rs/crossbeam) from 0.5.10 to 0.5.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-channel-0.5.10...crossbeam-channel-0.5.11) --- updated-dependencies: - dependency-name: crossbeam-channel dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
-rw-r--r--Cargo.lock5
-rw-r--r--Cargo.toml2
2 files changed, 3 insertions, 4 deletions
diff --git a/Cargo.lock b/Cargo.lock
index 04da57f..03b81c4 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -216,11 +216,10 @@ checksum = "e496a50fda8aacccc86d7529e2c1e0892dbd0f898a6b5645b5561b89c3210efa"
[[package]]
name = "crossbeam-channel"
-version = "0.5.10"
+version = "0.5.11"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "82a9b73a36529d9c47029b9fb3a6f0ea3cc916a261195352ba19e770fc1748b2"
+checksum = "176dc175b78f56c0f321911d9c8eb2b77a78a4860b9c19db83835fea1a46649b"
dependencies = [
- "cfg-if",
"crossbeam-utils",
]
diff --git a/Cargo.toml b/Cargo.toml
index 36dabf5..0d91ab8 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -46,7 +46,7 @@ globset = "0.4"
anyhow = "1.0"
etcetera = "0.8"
normpath = "1.1.1"
-crossbeam-channel = "0.5.10"
+crossbeam-channel = "0.5.11"
clap_complete = {version = "4.4.6", optional = true}
faccess = "0.2.4"