Skip to content

Commit 4b11c28

Browse files
dependabot[bot]MitMaro
authored andcommitted
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](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] <[email protected]>
1 parent 17a0375 commit 4b11c28

File tree

5 files changed

+6
-6
lines changed

5 files changed

+6
-6
lines changed

Cargo.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/core/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ name = "core"
1818
anyhow = "1.0.68"
1919
bitflags = "1.3.2"
2020
captur = "0.1.0"
21-
crossbeam-channel = "0.5.6"
21+
crossbeam-channel = "0.5.8"
2222
if_chain = "1.0.2"
2323
lazy_static = "1.4.0"
2424
num-format = "0.4.4"

src/input/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ name = "input"
1818
anyhow = "1.0"
1919
bitflags = "1.3.2"
2020
captur = "0.1.0"
21-
crossbeam-channel = "0.5.6"
21+
crossbeam-channel = "0.5.8"
2222
crossterm = "0.25.0"
2323
parking_lot = "0.12.1"
2424
girt-config = {version = "2.2.0", path = "../config"}

src/runtime/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ name = "runtime"
1616

1717
[dependencies]
1818
thiserror = "1.0.38"
19-
crossbeam-channel = "0.5.6"
19+
crossbeam-channel = "0.5.8"
2020
parking_lot = "0.12.1"
2121

2222
[dev-dependencies]

src/view/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ testutils = ["dep:bitflags"]
2121
anyhow = "1.0.68"
2222
bitflags = { version = "1.3.2", optional = true }
2323
captur = "0.1.0"
24-
crossbeam-channel = "0.5.6"
24+
crossbeam-channel = "0.5.8"
2525
parking_lot = "0.12.1"
2626
unicode-segmentation = "1.10.1"
2727
unicode-width = "0.1.10"

0 commit comments

Comments
 (0)