build: bump tokio dependencyä

This commit is contained in:
Sandro Eiler 2024-02-14 21:45:24 +01:00
parent 20acf5bde0
commit eecab50b55

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 # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies] [dependencies]
tokio = { version = "1.35.1", features = ["full"] } tokio = { version = "1.36.0", features = ["full"] }
hyper = { version = "1.1.0", features = ["full"] } hyper = { version = "1.1.0", features = ["full"] }
# Serde / json # Serde / json
serde = { version = "1.0", features = ["derive"] } serde = { version = "1.0", features = ["derive"] }