summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2022-04-15 14:44:02 +0000
committerTim Oram <dev@mitmaro.ca>2022-04-15 12:28:47 -0230
commit5e34893683ab1621603d54cba38d8f61ec5f1225 (patch)
tree67bef67fbb13bf48542b36e8521f89c1dc7f2e5e
parent47759a64a01ff5856e865abeb5667a47e4e535f8 (diff)
Bump crossbeam-channel from 0.5.2 to 0.5.4
Bumps [crossbeam-channel](https://github.com/crossbeam-rs/crossbeam) from 0.5.2 to 0.5.4. - [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.2...crossbeam-channel-0.5.4) --- 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/input/Cargo.toml2
-rw-r--r--src/view/Cargo.toml2
3 files changed, 4 insertions, 4 deletions
diff --git a/Cargo.lock b/Cargo.lock
index 8ba20b5..8960e27 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -74,9 +74,9 @@ dependencies = [
[[package]]
name = "crossbeam-channel"
-version = "0.5.2"
+version = "0.5.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "e54ea8bc3fb1ee042f5aace6e3c6e025d3874866da222930f70ce62aceba0bfa"
+checksum = "5aaa7bd5fb665c6864b5f963dd9097905c54125909c7aa94c9e18507cdbe6c53"
dependencies = [
"cfg-if",
"crossbeam-utils",
diff --git a/src/input/Cargo.toml b/src/input/Cargo.toml
index 4c7b71e..5ecba93 100644
--- a/src/input/Cargo.toml
+++ b/src/input/Cargo.toml
@@ -17,7 +17,7 @@ name = "input"
[dependencies]
anyhow = "1.0"
bitflags = "1.3.2"
-crossbeam-channel = "0.5.2"
+crossbeam-channel = "0.5.4"
crossterm = "0.23.0"
girt-config = {version = "1.0.0", path = "../config"}
parking_lot = "0.12.0"
diff --git a/src/view/Cargo.toml b/src/view/Cargo.toml
index 86e96ca..8ce7f04 100644
--- a/src/view/Cargo.toml
+++ b/src/view/Cargo.toml
@@ -17,7 +17,7 @@ name = "view"
[dependencies]
anyhow = "1.0.53"
bitflags = "1.3.2"
-crossbeam-channel = "0.5.2"
+crossbeam-channel = "0.5.4"
girt-display = {version = "1.0.0", path = "../display"}
parking_lot = "0.12.0"
unicode-segmentation = "1.9.0"