From 0ab76a8598664cd3b1e9b55f938f4c864ace7bb9 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 28 Mar 2026 08:16:10 +0000 Subject: [PATCH] fix(deps): update rust crate ctor to 0.8 --- mvsqlite/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mvsqlite/Cargo.toml b/mvsqlite/Cargo.toml index d5a5a7b..af952e9 100644 --- a/mvsqlite/Cargo.toml +++ b/mvsqlite/Cargo.toml @@ -19,7 +19,7 @@ rand = "0.9" stackful = "0.1.5" mvclient = { path = "../mvclient", version = "0.3.4" } tracing = "0.1" -ctor = "0.2" +ctor = "0.8" tracing-subscriber = { version = "0.3.16", features = ["env-filter", "fmt", "json"], optional = true } libc = "0.2" backtrace = "0.3.66"