From a38e945cb7d7986ee253d95c4f7e911e9f7f2276 Mon Sep 17 00:00:00 2001 From: Philippe Llerena Date: Sat, 3 May 2025 10:14:07 +0200 Subject: [PATCH] chore: Update tokio-reactor-trait dependency to version 2.0.0 --- girolle/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/girolle/Cargo.toml b/girolle/Cargo.toml index 1222bc0..1b6e21b 100644 --- a/girolle/Cargo.toml +++ b/girolle/Cargo.toml @@ -17,7 +17,7 @@ lapin = "2.5.3" futures = "0.3.31" girolle_macro = { path = "../girolle_macro", version = "1.8" } tokio-executor-trait = "2.1.3" -tokio-reactor-trait = "1.1.0" +tokio-reactor-trait = "2.0.0" serde_yaml = "0.9.34+deprecated" regex = "1.11.1" serde = { workspace = true }