Update Rust crate ctor to 0.2.8

This commit is contained in:
renovate[bot] 2024-04-22 00:51:15 +00:00 committed by GitHub
parent a706f1d890
commit f7aef33445
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

@ -140,9 +140,9 @@ dependencies = [
[[package]] [[package]]
name = "ctor" name = "ctor"
version = "0.2.7" version = "0.2.8"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ad291aa74992b9b7a7e88c38acbbf6ad7e107f1d90ee8775b7bc1fc3394f485c" checksum = "edb49164822f3ee45b17acd4a208cfc1251410cf0cad9a833234c9890774dd9f"
dependencies = [ dependencies = [
"quote", "quote",
"syn", "syn",

View File

@ -25,7 +25,7 @@ winapi = { version = "0.3.9", features = ["winnt", "libloaderapi"] }
windows-sys = { version = "0.52.0", features = ["Win32_System_ClrHosting"], optional = true } windows-sys = { version = "0.52.0", features = ["Win32_System_ClrHosting"], optional = true }
[target.'cfg(unix)'.dependencies] [target.'cfg(unix)'.dependencies]
ctor = "0.2.7" ctor = "0.2.8"
[build-dependencies] [build-dependencies]
goblin = "0.8.0" goblin = "0.8.0"