From 8f65898017491727cfb1414108a13dba5381e45c Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 1 May 2024 10:34:55 +0000 Subject: [PATCH] chore(deps): update rust crate ctor to 0.2.8 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 406a589b..4d290ebf 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -48,7 +48,7 @@ images = ["image", "lazy_static"] [dev-dependencies] color-backtrace = "0.6" # wait for MSVR 1.70 to update -ctor = "0.2" +ctor = "0.2.8" maplit = "1.0" [dev-dependencies.async-std]