From 02f45ad13aa5ccfc685fa9e51cd2dbf8a4a5834f Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 19 Dec 2023 18:50:34 +0000 Subject: [PATCH] chore(deps): update rust crate tokio to 1.35.1 --- Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index e143c64..7f117b3 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -23,8 +23,8 @@ chrono = "0.4.26" log = "0.4.20" rmp-serde = "1.1.2" serde = { version = "1.0.183", features = ["derive"] } -tokio = { version = "1.31.0", features = ["net", "time", "io-util", "rt", "sync"] } +tokio = { version = "1.35.1", features = ["net", "time", "io-util", "rt", "sync"] } uuid = { version = "1.5.0", features = ["v4"] } [dev-dependencies] -tokio = { version = "1.31.0", features = ["macros", "rt-multi-thread"] } +tokio = { version = "1.35.1", features = ["macros", "rt-multi-thread"] }