Update Rust crate ctor to 0.2.6

This commit is contained in:
renovate[bot] 2023-12-18 01:27:04 +00:00 committed by GitHub
parent ed79118132
commit 2edceab52d
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

@ -110,9 +110,9 @@ checksum = "e496a50fda8aacccc86d7529e2c1e0892dbd0f898a6b5645b5561b89c3210efa"
[[package]] [[package]]
name = "ctor" name = "ctor"
version = "0.2.5" version = "0.2.6"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "37e366bff8cd32dd8754b0991fb66b279dc48f598c3a18914852a6673deef583" checksum = "30d2b3721e861707777e3195b0158f950ae6dc4a27e4d02ff9f67e3eb3de199e"
dependencies = [ dependencies = [
"quote", "quote",
"syn 2.0.18", "syn 2.0.18",

View File

@ -28,7 +28,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.5" ctor = "0.2.6"
[build-dependencies] [build-dependencies]
goblin = "0.7.1" goblin = "0.7.1"