Update Rust crate csbindgen to 1.9.1

This commit is contained in:
renovate[bot] 2024-03-11 02:28:06 +00:00 committed by GitHub
parent 387c4fad94
commit 21cb6abae3
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 3 additions and 3 deletions

4
Cargo.lock generated
View File

@ -150,9 +150,9 @@ checksum = "06ea2b9bc92be3c2baa9334a323ebca2d6f074ff852cd1d7b11064035cd3868f"
[[package]]
name = "csbindgen"
version = "1.9.0"
version = "1.9.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c848726dae35e119d20f0aae60950095dc00cc399d7c56620019c47ae1d7b385"
checksum = "cf70eb656f35e0e6956cbde31c66431c53d8a546823489719099c71525767a9c"
dependencies = [
"regex",
"syn 1.0.109",

View File

@ -30,7 +30,7 @@ ctor = "0.2.7"
[build-dependencies]
goblin = "0.8.0"
csbindgen = { version = "1.9.0", optional = true}
csbindgen = { version = "1.9.1", optional = true}
[dev-dependencies]
pretty_assertions = "1.4.0"