Skip to content

Commit

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

---
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 Jun 17, 2022
1 parent af09aaf commit e16879b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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.

2 changes: 1 addition & 1 deletion libs/shared_lib/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ bevy_mod_picking = { version = "0.7.0", optional = true }
bevy_networking_turbulence = { version = "0.4", default-features = false }
bevy_rapier2d = { version = "0.14", features = ["wasm-bindgen", "serde-serialize"] }
chrono = "0.4.19"
crossbeam-channel = "0.5.2"
crossbeam-channel = "0.5.5"
futures-lite = "1.12.0"
konst = "0.2.13"
names = { version = "0.13.0", default-features = false }
Expand Down

0 comments on commit e16879b

Please sign in to comment.