diff --git a/Cargo.lock b/Cargo.lock index fb088b2..bc6a16e 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -514,9 +514,9 @@ dependencies = [ [[package]] name = "cxx" -version = "1.0.124" +version = "1.0.128" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "273dcfd3acd4e1e276af13ed2a43eea7001318823e7a726a6b3ed39b4acc0b82" +checksum = "54ccead7d199d584d139148b04b4a368d1ec7556a1d9ea2548febb1b9d49f9a4" dependencies = [ "cc", "cxxbridge-flags", @@ -538,15 +538,15 @@ dependencies = [ [[package]] name = "cxxbridge-flags" -version = "1.0.124" +version = "1.0.128" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "839fcd5e43464614ffaa989eaf1c139ef1f0c51672a1ed08023307fa1b909ccd" +checksum = "65777e06cc48f0cb0152024c77d6cf9e4bdb4408e7b48bea993d42fa0f5b02b6" [[package]] name = "cxxbridge-macro" -version = "1.0.124" +version = "1.0.128" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4b2c1c1776b986979be68bb2285da855f8d8a35851a769fca8740df7c3d07877" +checksum = "98532a60dedaebc4848cb2cba5023337cc9ea3af16a5b062633fabfd9f18fb60" dependencies = [ "proc-macro2", "quote", diff --git a/dlib-sys/Cargo.toml b/dlib-sys/Cargo.toml index a9c473d..d95947e 100644 --- a/dlib-sys/Cargo.toml +++ b/dlib-sys/Cargo.toml @@ -9,7 +9,7 @@ build = "build.rs" links = "dlib-1" [dependencies] -cxx = "1.0.124" +cxx = "1.0.128" autocxx = "0.27.0" opencv-sys = {path = "../opencv-sys/"} diff --git a/linux-hello/Cargo.toml b/linux-hello/Cargo.toml index 837e0f2..9bfa870 100644 --- a/linux-hello/Cargo.toml +++ b/linux-hello/Cargo.toml @@ -25,7 +25,7 @@ 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" -cxx = "1.0.124" +cxx = "1.0.128" # tokio = { version = "1.37.0" } comfy-table = "7.1.1" tikv-jemallocator = "0.6.0" diff --git a/opencv-sys/Cargo.toml b/opencv-sys/Cargo.toml index c4150aa..5e40701 100644 --- a/opencv-sys/Cargo.toml +++ b/opencv-sys/Cargo.toml @@ -9,7 +9,7 @@ build = "build.rs" links = "opencv4" [dependencies] -cxx = "1.0.124" +cxx = "1.0.128" autocxx = "0.27.0" serde = "1.0.204"