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
2 changed files with 3 additions and 3 deletions

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"