From c5a1d1fc8b476e8c2c099712124f25ee1c8319fc Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 5 Jun 2023 12:27:19 +0000 Subject: [PATCH] Update Rust crate ctor to 0.2.2 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index d325e1f..ff6078c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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.0" +ctor = "0.2.2" [build-dependencies] goblin = "0.6.1"