Update Rust crate ctor to 0.2.2

This commit is contained in:
renovate[bot] 2023-06-05 12:27:19 +00:00 committed by GitHub
parent 797876d33d
commit c5a1d1fc8b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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 } windows-sys = { version = "0.48.0", features = ["Win32_System_ClrHosting"], optional = true }
[target.'cfg(unix)'.dependencies] [target.'cfg(unix)'.dependencies]
ctor = "0.2.0" ctor = "0.2.2"
[build-dependencies] [build-dependencies]
goblin = "0.6.1" goblin = "0.6.1"