Skip to content

Commit

Permalink
Merge pull request #46 from valebes/dependabot/cargo/crossbeam-channe…
Browse files Browse the repository at this point in the history
…l-0.5.10

Bump crossbeam-channel from 0.5.8 to 0.5.10
  • Loading branch information
valebes authored Jan 12, 2024
2 parents d5290dc + c87353f commit 1beabcd
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 1beabcd

Please sign in to comment.