From 8f65d79a7a3c798cb4243c4a662011921ca699b7 Mon Sep 17 00:00:00 2001 From: Sandro Eiler Date: Sat, 23 Dec 2023 14:12:25 +0100 Subject: [PATCH] chore: bump tokio --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index a90e14d..2dd5073 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -13,7 +13,7 @@ name = "learn_axum" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] -tokio = { version = "1.32.0", features = ["full"] } +tokio = { version = "1.35.1", features = ["full"] } hyper = { version = "1.1.0", features = ["full"] } # Serde / json serde = { version = "1.0", features = ["derive"] }