diff --git a/Cargo.lock b/Cargo.lock index 8e32d38..42ebbca 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -110,9 +110,9 @@ checksum = "e496a50fda8aacccc86d7529e2c1e0892dbd0f898a6b5645b5561b89c3210efa" [[package]] name = "ctor" -version = "0.2.5" +version = "0.2.6" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "37e366bff8cd32dd8754b0991fb66b279dc48f598c3a18914852a6673deef583" +checksum = "30d2b3721e861707777e3195b0158f950ae6dc4a27e4d02ff9f67e3eb3de199e" dependencies = [ "quote", "syn 2.0.18", diff --git a/Cargo.toml b/Cargo.toml index 9e25f60..8908100 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -28,7 +28,7 @@ winapi = { version = "0.3.9", features = ["winnt", "libloaderapi"] } windows-sys = { version = "0.52.0", features = ["Win32_System_ClrHosting"], optional = true } [target.'cfg(unix)'.dependencies] -ctor = "0.2.5" +ctor = "0.2.6" [build-dependencies] goblin = "0.7.1"