Skip to content

Commit 849613a

Browse files
Bump crossbeam-channel from 0.5.13 to 0.5.14
Bumps [crossbeam-channel](https://github.com/crossbeam-rs/crossbeam) from 0.5.13 to 0.5.14. - [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.13...crossbeam-channel-0.5.14) --- 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 b282110 commit 849613a

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
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/hyperlight_host/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ tracing-core = "0.1.33"
4141
hyperlight-common = { workspace = true, default-features = true }
4242
vmm-sys-util = "0.12.1"
4343
crossbeam = "0.8.0"
44-
crossbeam-channel = "0.5.8"
44+
crossbeam-channel = "0.5.14"
4545
thiserror = "2.0.6"
4646
prometheus = "0.13.3"
4747
strum = { version = "0.26", features = ["derive"] }

0 commit comments

Comments
 (0)