From 96a648d532d16f9b38430ecb731a8d4f938d2499 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 1 May 2026 00:47:36 +0000 Subject: [PATCH] chore(deps): Update Rust crate ctor to 0.12.0 --- Cargo.lock | 4 ++-- crates/distributed_list/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index d4a1e36..11e81da 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -93,9 +93,9 @@ checksum = "b05b61dc5112cbb17e4b6cd61790d9845d13888356391624cbe7e41efeac1e75" [[package]] name = "ctor" -version = "0.8.0" +version = "0.12.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "352d39c2f7bef1d6ad73db6f5160efcaed66d94ef8c6c573a8410c00bf909a98" +checksum = "b8f521dd9c9e5f03986eb5c674b14b21e9ccf2eb9f98fecb681100214d5e9e4f" [[package]] name = "distributed-list" diff --git a/crates/distributed_list/Cargo.toml b/crates/distributed_list/Cargo.toml index 4619d70..a68e9dd 100644 --- a/crates/distributed_list/Cargo.toml +++ b/crates/distributed_list/Cargo.toml @@ -27,7 +27,7 @@ pre-release-replacements = [ default = [] [dependencies] -ctor = { version = "0.8.0", default-features = false, features = [] } +ctor = { version = "0.12.0", default-features = false, features = [] } [dev-dependencies]