Skip to content

Commit

Permalink
build(deps): bump crossbeam from 0.8.2 to 0.8.4 (#108)
Browse files Browse the repository at this point in the history
Bumps [crossbeam](https://github.com/crossbeam-rs/crossbeam) from 0.8.2 to 0.8.4.
- [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-0.8.2...crossbeam-0.8.4)

---
updated-dependencies:
- dependency-name: crossbeam
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored and ndd7xv committed Mar 31, 2024
1 parent 9979d04 commit c841f5c
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 34 deletions.
46 changes: 13 additions & 33 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 Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ crossterm = "0.27.0"
clap = { version = "4.4.10", features = ["derive"] }
arboard = { version = "3.3.0", default-features = false }
memmap2 = "0.9.0"
crossbeam = "0.8.2"
crossbeam = "0.8.4"

[profile.dev]
opt-level = 1 # Default would excessively lag
Expand Down

0 comments on commit c841f5c

Please sign in to comment.