diff --git a/Cargo.lock b/Cargo.lock index fb088b2..d978c6f 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -514,9 +514,9 @@ dependencies = [ [[package]] name = "cxx" -version = "1.0.124" +version = "1.0.126" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "273dcfd3acd4e1e276af13ed2a43eea7001318823e7a726a6b3ed39b4acc0b82" +checksum = "3c4eae4b7fc8dcb0032eb3b1beee46b38d371cdeaf2d0c64b9944f6f69ad7755" dependencies = [ "cc", "cxxbridge-flags", @@ -538,15 +538,15 @@ dependencies = [ [[package]] name = "cxxbridge-flags" -version = "1.0.124" +version = "1.0.126" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "839fcd5e43464614ffaa989eaf1c139ef1f0c51672a1ed08023307fa1b909ccd" +checksum = "719d6197dc016c88744aff3c0d0340a01ecce12e8939fc282e7c8f583ee64bc6" [[package]] name = "cxxbridge-macro" -version = "1.0.124" +version = "1.0.126" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4b2c1c1776b986979be68bb2285da855f8d8a35851a769fca8740df7c3d07877" +checksum = "35de3b547387863c8f82013c4f79f1c2162edee956383e4089e1d04c18c4f16c" dependencies = [ "proc-macro2", "quote", diff --git a/dlib-sys/Cargo.toml b/dlib-sys/Cargo.toml index a9c473d..064aa05 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.126" autocxx = "0.27.0" opencv-sys = {path = "../opencv-sys/"} diff --git a/linux-hello/Cargo.toml b/linux-hello/Cargo.toml index 837e0f2..f7834b4 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.126" # 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..9b1af7d 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.126" autocxx = "0.27.0" serde = "1.0.204"