summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2023-07-15 14:26:58 +0000
committerTim Oram <dev@mitmaro.ca>2023-07-15 12:01:42 -0230
commit4b11c28f8d38baeedb78646a8a242efbb2224b30 (patch)
treecf8366959a3c115b43b565e1988a3fb4255e6968
parent17a03754b9a4466789866fabb82843649ae7a405 (diff)
Bump crossbeam-channel from 0.5.6 to 0.5.8
Bumps [crossbeam-channel](https://github.com/crossbeam-rs/crossbeam) from 0.5.6 to 0.5.8. - [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.6...crossbeam-channel-0.5.8) --- 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.lock4
-rw-r--r--src/core/Cargo.toml2
-rw-r--r--src/input/Cargo.toml2
-rw-r--r--src/runtime/Cargo.toml2
-rw-r--r--src/view/Cargo.toml2
5 files changed, 6 insertions, 6 deletions
diff --git a/Cargo.lock b/Cargo.lock
index 4dff3ac..f88bd37 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -93,9 +93,9 @@ checksum = "5827cebf4670468b8772dd191856768aedcb1b0278a04f989f7766351917b9dc"
[[package]]
name = "crossbeam-channel"
-version = "0.5.6"
+version = "0.5.8"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "c2dd04ddaf88237dc3b8d8f9a3c1004b506b54b3313403944054d23c0870c521"
+checksum = "a33c2bf77f2df06183c3aa30d1e96c0695a313d4f9c453cc3762a6db39f99200"
dependencies = [
"cfg-if",
"crossbeam-utils",
diff --git a/src/core/Cargo.toml b/src/core/Cargo.toml
index bad0c0a..88645f5 100644
--- a/src/core/Cargo.toml
+++ b/src/core/Cargo.toml
@@ -18,7 +18,7 @@ name = "core"
anyhow = "1.0.68"
bitflags = "1.3.2"
captur = "0.1.0"
-crossbeam-channel = "0.5.6"
+crossbeam-channel = "0.5.8"
if_chain = "1.0.2"
lazy_static = "1.4.0"
num-format = "0.4.4"
diff --git a/src/input/Cargo.toml b/src/input/Cargo.toml
index 160b3af..2b1b307 100644
--- a/src/input/Cargo.toml
+++ b/src/input/Cargo.toml
@@ -18,7 +18,7 @@ name = "input"
anyhow = "1.0"
bitflags = "1.3.2"
captur = "0.1.0"
-crossbeam-channel = "0.5.6"
+crossbeam-channel = "0.5.8"
crossterm = "0.25.0"
parking_lot = "0.12.1"
girt-config = {version = "2.2.0", path = "../config"}
diff --git a/src/runtime/Cargo.toml b/src/runtime/Cargo.toml
index 2581061..8990cc6 100644
--- a/src/runtime/Cargo.toml
+++ b/src/runtime/Cargo.toml
@@ -16,7 +16,7 @@ name = "runtime"
[dependencies]
thiserror = "1.0.38"
-crossbeam-channel = "0.5.6"
+crossbeam-channel = "0.5.8"
parking_lot = "0.12.1"
[dev-dependencies]
diff --git a/src/view/Cargo.toml b/src/view/Cargo.toml
index fd0f156..0f49f89 100644
--- a/src/view/Cargo.toml
+++ b/src/view/Cargo.toml
@@ -21,7 +21,7 @@ testutils = ["dep:bitflags"]
anyhow = "1.0.68"
bitflags = { version = "1.3.2", optional = true }
captur = "0.1.0"
-crossbeam-channel = "0.5.6"
+crossbeam-channel = "0.5.8"
parking_lot = "0.12.1"
unicode-segmentation = "1.10.1"
unicode-width = "0.1.10"