diff --git a/Cargo.lock b/Cargo.lock index ca69fde..04b623e 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1,6 +1,6 @@ # This file is automatically @generated by Cargo. # It is not intended for manual editing. -version = 3 +version = 4 [[package]] name = "ab_glyph" @@ -468,9 +468,9 @@ dependencies = [ [[package]] name = "crossbeam-channel" -version = "0.5.12" +version = "0.5.15" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ab3db02a9c5b5121e1e42fbdb1aeb65f5e02624cc58c43f2884c6ccac0b82f95" +checksum = "82b8f8f868b36967f9606790d1903570de9ceaf870a7bf9fbbd3016d636a2cb2" dependencies = [ "crossbeam-utils", ] diff --git a/core/Cargo.toml b/core/Cargo.toml index 29bd5fd..e77fb05 100644 --- a/core/Cargo.toml +++ b/core/Cargo.toml @@ -29,7 +29,7 @@ futures = "0.3.28" wayland-backend = { version = "0.3.2", features = ["client_system"]} femtovg = {version = "0.8.2", features = ["image", "image-loading"], default-features = false } image = { version = "0.24.9", features = ["png", "jpeg"] } -crossbeam-channel = "0.5.11" +crossbeam-channel = "0.5.15" cosmic-text = { git = "https://github.com/pop-os/cosmic-text", rev = "19b4d8336e34073bb51b83578d3d803c8c953787" } swash = "0.1.12" glutin = "0.30.10"