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 }