Skip to content

Commit

Permalink
Bump crossbeam-channel from 0.5.6 to 0.5.8
Browse files Browse the repository at this point in the history
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](crossbeam-rs/crossbeam@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>
  • Loading branch information
dependabot[bot] authored and MitMaro committed Jul 15, 2023
1 parent 17a0375 commit 4b11c28
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion src/core/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion src/input/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"}
Expand Down
2 changes: 1 addition & 1 deletion src/runtime/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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]
Expand Down
2 changes: 1 addition & 1 deletion src/view/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 4b11c28

Please sign in to comment.