Skip to content

Commit

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

Bump crossbeam-channel from 0.5.13 to 0.5.14
  • Loading branch information
valebes authored Jan 9, 2025
2 parents aeb4589 + 0bd13aa commit 7b675ab
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 6 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ jobs:
- name: Upload to codecov.io
uses: codecov/codecov-action@v4
with:
token: ${{ secrets.CODECOV_TOKEN }} # required
verbose: true # optional (default = false)
fail_ci_if_error: true
fail_ci_if_error: true
env:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
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.13", optional = true }
crossbeam-channel = { version = "0.5.14", optional = true }
crossbeam-deque = "0.8.5"
dyn-clone = "1.0.17"
log = "0.4.22"
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.13"}
crossbeam-channel = { version = "0.5.14"}
env_logger = "0.11.5"
rand = "0.8.5"
raster = {git = "https://github.com/valebes/raster.git"}
Expand Down

0 comments on commit 7b675ab

Please sign in to comment.