Merge pull request #126 from loot/dependabot/cargo/cxx-1.0.161

Bump cxx from 1.0.160 to 1.0.161
This commit is contained in:
Oliver Hamlet
2025-07-25 20:58:51 +01:00
committed by GitHub
Generated
+8 -8
View File
@@ -223,9 +223,9 @@ dependencies = [
[[package]]
name = "cxx"
version = "1.0.160"
version = "1.0.161"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "be1149bab7a5580cb267215751389597c021bfad13c0bb00c54e19559333764c"
checksum = "a3523cc02ad831111491dd64b27ad999f1ae189986728e477604e61b81f828df"
dependencies = [
"cc",
"cxxbridge-cmd",
@@ -252,9 +252,9 @@ dependencies = [
[[package]]
name = "cxxbridge-cmd"
version = "1.0.160"
version = "1.0.161"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c36ac1f9a72064b1f41fd7b49a4c1b3bf33b9ccb1274874dda6d264f57c55964"
checksum = "f426a20413ec2e742520ba6837c9324b55ffac24ead47491a6e29f933c5b135a"
dependencies = [
"clap",
"codespan-reporting",
@@ -266,15 +266,15 @@ dependencies = [
[[package]]
name = "cxxbridge-flags"
version = "1.0.160"
version = "1.0.161"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "170c6ff5d009663866857a91ebee55b98ea4d4b34e7d7aba6dc4a4c95cc7b748"
checksum = "a258b6069020b4e5da6415df94a50ee4f586a6c38b037a180e940a43d06a070d"
[[package]]
name = "cxxbridge-macro"
version = "1.0.160"
version = "1.0.161"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4984a142211026786011a7e79fa22faa1eca1e9cbf0e60bffecfd57fd3db88f1"
checksum = "e8dec184b52be5008d6eaf7e62fc1802caf1ad1227d11b3b7df2c409c7ffc3f4"
dependencies = [
"indexmap",
"proc-macro2",