diff --git a/Cargo.lock b/Cargo.lock index 5be4f59..7834922 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -477,9 +477,9 @@ checksum = "06ea2b9bc92be3c2baa9334a323ebca2d6f074ff852cd1d7b11064035cd3868f" [[package]] name = "crossbeam-channel" -version = "0.5.13" +version = "0.5.15" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "33480d6946193aa8033910124896ca395333cae7e2d1113d1fef6c3272217df2" +checksum = "82b8f8f868b36967f9606790d1903570de9ceaf870a7bf9fbbd3016d636a2cb2" dependencies = [ "crossbeam-utils", ] diff --git a/dlib-support/Cargo.toml b/dlib-support/Cargo.toml index 171aa9a..512f1b5 100644 --- a/dlib-support/Cargo.toml +++ b/dlib-support/Cargo.toml @@ -8,4 +8,4 @@ edition = "2021" [dependencies] dlib-sys = {path = "../dlib-sys/"} railwork = {path = "../railwork/"} -crossbeam-channel = "0.5.13" +crossbeam-channel = "0.5.15" diff --git a/linux-hello/Cargo.toml b/linux-hello/Cargo.toml index 1cfe435..d75aadb 100644 --- a/linux-hello/Cargo.toml +++ b/linux-hello/Cargo.toml @@ -24,7 +24,7 @@ reqwest = { version = "0.12.5", features = ["blocking"] } once_cell = "1.19.0" figment = { version = "0.10.19", features = ["toml", "env"] } nix = { version = "0.29.0", features = ["user"] } -crossbeam-channel = "0.5.13" +crossbeam-channel = "0.5.15" cxx = "1.0.124" # tokio = { version = "1.37.0" } comfy-table = "7.1.1" diff --git a/railwork/Cargo.toml b/railwork/Cargo.toml index 258340c..33134da 100644 --- a/railwork/Cargo.toml +++ b/railwork/Cargo.toml @@ -6,6 +6,6 @@ edition = "2021" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] -crossbeam-channel = "0.5.13" +crossbeam-channel = "0.5.15" log = "0.4.22" thiserror = "1.0.63"