Skip to content

Commit

Permalink
Bump crossbeam-channel from 0.5.8 to 0.5.10
Browse files Browse the repository at this point in the history
Bumps [crossbeam-channel](https://github.com/crossbeam-rs/crossbeam) from 0.5.8 to 0.5.10.
- [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.8...crossbeam-channel-0.5.10)

---
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 Jan 12, 2024
1 parent d5290dc commit c87353f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 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.

4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ debug = false

[dependencies]
core_affinity = "0.8.1"
crossbeam-channel = { version = "0.5.8", optional = true }
crossbeam-channel = { version = "0.5.9", optional = true }
crossbeam-deque = "0.8.4"
dyn-clone = "1.0.16"
log = "0.4.20"
Expand All @@ -34,7 +34,7 @@ flume = { version = "0.11.0", optional = true }

[dev-dependencies]
criterion = {version = "0.5.1", features = ["html_reports"]}
crossbeam-channel = { version = "0.5.8"}
crossbeam-channel = { version = "0.5.9"}
env_logger = "0.10.1"
rand = "0.8.5"
raster = {git = "https://github.com/valebes/raster.git"}
Expand Down

0 comments on commit c87353f

Please sign in to comment.