Update Rust crate ctor to 0.2.4

This commit is contained in:
renovate[bot] 2023-07-17 01:20:57 +00:00 committed by GitHub
parent a85f61feff
commit a8e38b12c1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 3 deletions

4
Cargo.lock generated
View File

@ -104,9 +104,9 @@ checksum = "e496a50fda8aacccc86d7529e2c1e0892dbd0f898a6b5645b5561b89c3210efa"
[[package]]
name = "ctor"
version = "0.2.3"
version = "0.2.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "eed5fff0d93c7559121e9c72bf9c242295869396255071ff2cb1617147b608c5"
checksum = "1f34ba9a9bcb8645379e9de8cb3ecfcf4d1c85ba66d90deb3259206fa5aa193b"
dependencies = [
"quote",
"syn 2.0.18",

View File

@ -28,7 +28,7 @@ winapi = { version = "0.3.9", features = ["winnt", "libloaderapi"] }
windows-sys = { version = "0.48.0", features = ["Win32_System_ClrHosting"], optional = true }
[target.'cfg(unix)'.dependencies]
ctor = "0.2.3"
ctor = "0.2.4"
[build-dependencies]
goblin = "0.7.1"