Skip to content

Commit

Permalink
Bump crossbeam-channel from 0.5.13 to 0.5.14
Browse files Browse the repository at this point in the history
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]>
  • Loading branch information
dependabot[bot] authored Dec 16, 2024
1 parent 1cb135d commit 36b2822
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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 samply/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ samply-quota-manager = { version = "0.1.0", path = "../samply-quota-manager" }

[target.'cfg(any(target_os = "android", target_os = "macos", target_os = "linux"))'.dependencies]

crossbeam-channel = "0.5.13"
crossbeam-channel = "0.5.14"

[target.'cfg(target_os = "macos")'.dependencies]

Expand Down

0 comments on commit 36b2822

Please sign in to comment.