From 003b195f4ce32a5a6560b763cda35dd6f1ccf867 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 9 Dec 2023 01:25:04 +0000 Subject: [PATCH] fix(deps): update rust crate tokio to 1.35 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 15794b1..26c2aa5 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -26,7 +26,7 @@ once_cell = "1.18" prometheus = "0.13" serde = { version = "1.0", features = ["derive"] } serde_json = "1.0" -tokio = { version = "1.32", features = ["full"] } +tokio = { version = "1.35", features = ["full"] } tower = "0.4" tower-http = { version = "0.4", features = ["cors", "trace", "map-request-body", "util"] } tracing = "0.1"