Skip to content

Commit

Permalink
Merge pull request #1653 from hannobraun/dependabot/cargo/crossbeam-c…
Browse files Browse the repository at this point in the history
…hannel-0.5.7

Bump crossbeam-channel from 0.5.6 to 0.5.7
  • Loading branch information
hannobraun authored Mar 6, 2023
2 parents fc58f7d + 481a128 commit 64f7318
Show file tree
Hide file tree
Showing 3 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.

2 changes: 1 addition & 1 deletion crates/fj-host/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ categories.workspace = true

[dependencies]
cargo_metadata = "0.15.3"
crossbeam-channel = "0.5.6"
crossbeam-channel = "0.5.7"
fj.workspace = true
fj-interop.workspace = true
fj-operations.workspace = true
Expand Down
2 changes: 1 addition & 1 deletion crates/fj-window/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ fj-host.workspace = true
fj-operations.workspace = true
fj-viewer.workspace = true
fj-interop.workspace = true
crossbeam-channel = "0.5.6"
crossbeam-channel = "0.5.7"
futures = "0.3.26"
thiserror = "1.0.39"
tracing = "0.1.37"
Expand Down

0 comments on commit 64f7318

Please sign in to comment.