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 Dec 25, 2023
1 parent e1c3211 commit a1c2256
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 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.10", optional = true }
crossbeam-deque = "0.8.3"
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.10"}
env_logger = "0.10.1"
rand = "0.8.5"
raster = {git = "https://github.com/valebes/raster.git"}
Expand Down

0 comments on commit a1c2256

Please sign in to comment.