chore: bump hyper to 1.1.0

This commit is contained in:
Sandro Eiler 2023-12-23 14:10:35 +01:00
parent e1e544267d
commit 8f0a25c521
3 changed files with 7 additions and 7 deletions

View file

@ -14,7 +14,7 @@ name = "learn_axum"
[dependencies]
tokio = { version = "1.32.0", features = ["full"] }
hyper = { version = "0.14.27", features = ["full"] }
hyper = { version = "1.1.0", features = ["full"] }
# Serde / json
serde = { version = "1.0", features = ["derive"] }
serde_json = "1"