From f377cb669c7a85f6e6f391e8249b395598b675e0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 17 Apr 2025 14:39:21 +0000 Subject: [PATCH] build(deps): bump cxx from 1.0.124 to 1.0.157 Bumps [cxx](https://github.com/dtolnay/cxx) from 1.0.124 to 1.0.157. - [Release notes](https://github.com/dtolnay/cxx/releases) - [Commits](https://github.com/dtolnay/cxx/compare/1.0.124...1.0.157) --- updated-dependencies: - dependency-name: cxx dependency-version: 1.0.157 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 47 +++++++++++++++++++++++++++++++++++------- dlib-sys/Cargo.toml | 2 +- linux-hello/Cargo.toml | 2 +- opencv-sys/Cargo.toml | 2 +- 4 files changed, 43 insertions(+), 10 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 5be4f59..db14c75 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -388,6 +388,17 @@ dependencies = [ "unicode-width", ] +[[package]] +name = "codespan-reporting" +version = "0.12.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "fe6d2e5af09e8c8ad56c969f2157a3d4238cebc7c55f0a517728c38f7b200f81" +dependencies = [ + "serde", + "termcolor", + "unicode-width", +] + [[package]] name = "color-eyre" version = "0.6.3" @@ -514,13 +525,15 @@ dependencies = [ [[package]] name = "cxx" -version = "1.0.124" +version = "1.0.157" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "273dcfd3acd4e1e276af13ed2a43eea7001318823e7a726a6b3ed39b4acc0b82" +checksum = "3d6354e975ea4ec28033ec3a36fa9baa1a02e3eb22ad740eeb4929370d4f5ba8" dependencies = [ "cc", + "cxxbridge-cmd", "cxxbridge-flags", "cxxbridge-macro", + "foldhash", "link-cplusplus", ] @@ -530,7 +543,20 @@ version = "0.7.117" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "54b629c0d006c7e44c1444dd17d18a458c9390d32276b758ac7abd21a75c99b0" dependencies = [ - "codespan-reporting", + "codespan-reporting 0.11.1", + "proc-macro2", + "quote", + "syn 2.0.50", +] + +[[package]] +name = "cxxbridge-cmd" +version = "1.0.157" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "31860c98f69fc14da5742c5deaf78983e846c7b27804ca8c8319e32eef421bde" +dependencies = [ + "clap", + "codespan-reporting 0.12.0", "proc-macro2", "quote", "syn 2.0.50", @@ -538,18 +564,19 @@ dependencies = [ [[package]] name = "cxxbridge-flags" -version = "1.0.124" +version = "1.0.157" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "839fcd5e43464614ffaa989eaf1c139ef1f0c51672a1ed08023307fa1b909ccd" +checksum = "b0402a66013f3b8d3d9f2d7c9994656cc81e671054822b0728d7454d9231892f" [[package]] name = "cxxbridge-macro" -version = "1.0.124" +version = "1.0.157" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4b2c1c1776b986979be68bb2285da855f8d8a35851a769fca8740df7c3d07877" +checksum = "64c0b38f32d68f3324a981645ee39b2d686af36d03c98a386df3716108c9feae" dependencies = [ "proc-macro2", "quote", + "rustversion", "syn 2.0.50", ] @@ -687,6 +714,12 @@ version = "1.0.7" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1" +[[package]] +name = "foldhash" +version = "0.1.5" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "d9c4f5dac5e15c24eb999c26181a6ca40b39fe946cbe4c263c7209467bc83af2" + [[package]] name = "foreign-types" version = "0.3.2" diff --git a/dlib-sys/Cargo.toml b/dlib-sys/Cargo.toml index a9c473d..a4e696b 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.157" autocxx = "0.27.0" opencv-sys = {path = "../opencv-sys/"} diff --git a/linux-hello/Cargo.toml b/linux-hello/Cargo.toml index 1cfe435..94e0dac 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.157" # tokio = { version = "1.37.0" } comfy-table = "7.1.1" diff --git a/opencv-sys/Cargo.toml b/opencv-sys/Cargo.toml index c4150aa..57efa3a 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.157" autocxx = "0.27.0" serde = "1.0.204"