Merge pull request #115 from loot/dependabot/cargo/cxx-1.0.160

Bump cxx from 1.0.158 to 1.0.160
This commit is contained in:
Oliver Hamlet
2025-07-01 19:21:37 +01:00
committed by GitHub
Generated
+10 -8
View File
@@ -223,9 +223,9 @@ dependencies = [
[[package]]
name = "cxx"
version = "1.0.158"
version = "1.0.160"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a71ea7f29c73f7ffa64c50b83c9fe4d3a6d4be89a86b009eb80d5a6d3429d741"
checksum = "be1149bab7a5580cb267215751389597c021bfad13c0bb00c54e19559333764c"
dependencies = [
"cc",
"cxxbridge-cmd",
@@ -252,12 +252,13 @@ dependencies = [
[[package]]
name = "cxxbridge-cmd"
version = "1.0.158"
version = "1.0.160"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4f44296c8693e9ea226a48f6a122727f77aa9e9e338380cb021accaeeb7ee279"
checksum = "c36ac1f9a72064b1f41fd7b49a4c1b3bf33b9ccb1274874dda6d264f57c55964"
dependencies = [
"clap",
"codespan-reporting",
"indexmap",
"proc-macro2",
"quote",
"syn",
@@ -265,16 +266,17 @@ dependencies = [
[[package]]
name = "cxxbridge-flags"
version = "1.0.158"
version = "1.0.160"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c42f69c181c176981ae44ba9876e2ea41ce8e574c296b38d06925ce9214fb8e4"
checksum = "170c6ff5d009663866857a91ebee55b98ea4d4b34e7d7aba6dc4a4c95cc7b748"
[[package]]
name = "cxxbridge-macro"
version = "1.0.158"
version = "1.0.160"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8faff5d4467e0709448187df29ccbf3b0982cc426ee444a193f87b11afb565a8"
checksum = "4984a142211026786011a7e79fa22faa1eca1e9cbf0e60bffecfd57fd3db88f1"
dependencies = [
"indexmap",
"proc-macro2",
"quote",
"rustversion",