From 7fc6b67ad7cf27dd80fa7d3feedb227458fc5914 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 2 Feb 2024 13:45:49 +0000 Subject: [PATCH] fix(deps): update rust crate tokio to 1.36.0 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 461b459..534764d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -15,7 +15,7 @@ migration = { path = "migration" } serde = { version = "1", features = ["derive"] } serde_json = "1" eyre = "0.6" -tokio = { version = "1.33.0", default-features = false } +tokio = { version = "1.36.0", default-features = false } async-trait = "0.1.74" tracing = "0.1.40" chrono = "0.4"