From 919078ce47a594c0a7227bc40fd73f59d4cdde5b Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 19 Feb 2024 09:55:19 +0000 Subject: [PATCH] =?UTF-8?q?=E2=AC=86=EF=B8=8F=20Update=20tokio=20to=201.36?= =?UTF-8?q?.0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 58d2af7..49d3d22 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -22,7 +22,7 @@ path = "src/bin/busd.rs" [dependencies] zbus = { git = "https://github.com/dbus2/zbus/", features = ["tokio", "bus-impl"], default-features = false } #zbus = { version = "4", features = ["tokio", "bus-impl"], default-features = false } -tokio = { version = "1.19.2", features = [ +tokio = { version = "1.36.0", features = [ "macros", "rt-multi-thread", "signal",