chore: bump tokio

This commit is contained in:
Sandro Eiler 2023-12-23 14:12:25 +01:00
parent 8f0a25c521
commit 8f65d79a7a

View file

@ -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"] }