From fb8409dff1f73e0cfcb67c441a4c26a4388db181 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 2 Oct 2023 00:19:52 +0000 Subject: [PATCH] Update Rust crate ctor to 0.2.5 --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 6442004..c924a68 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -110,9 +110,9 @@ checksum = "e496a50fda8aacccc86d7529e2c1e0892dbd0f898a6b5645b5561b89c3210efa" [[package]] name = "ctor" -version = "0.2.4" +version = "0.2.5" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1f34ba9a9bcb8645379e9de8cb3ecfcf4d1c85ba66d90deb3259206fa5aa193b" +checksum = "37e366bff8cd32dd8754b0991fb66b279dc48f598c3a18914852a6673deef583" dependencies = [ "quote", "syn 2.0.18", diff --git a/Cargo.toml b/Cargo.toml index 750e7e7..3b78936 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.4" +ctor = "0.2.5" [build-dependencies] goblin = "0.7.1"