diff --git a/Cargo.lock b/Cargo.lock index 2c20ba816..77c6773ec 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -662,9 +662,9 @@ dependencies = [ [[package]] name = "crossbeam-channel" -version = "0.5.6" +version = "0.5.7" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c2dd04ddaf88237dc3b8d8f9a3c1004b506b54b3313403944054d23c0870c521" +checksum = "cf2b3e8478797446514c91ef04bafcb59faba183e621ad488df88983cc14128c" dependencies = [ "cfg-if", "crossbeam-utils", diff --git a/crates/fj-host/Cargo.toml b/crates/fj-host/Cargo.toml index 1d0c3f443..cde5b4a2f 100644 --- a/crates/fj-host/Cargo.toml +++ b/crates/fj-host/Cargo.toml @@ -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 diff --git a/crates/fj-window/Cargo.toml b/crates/fj-window/Cargo.toml index d5ab1d40e..9f02920ce 100644 --- a/crates/fj-window/Cargo.toml +++ b/crates/fj-window/Cargo.toml @@ -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"