chore: bump hyper to 1.1.0
This commit is contained in:
parent
e1e544267d
commit
8f0a25c521
3 changed files with 7 additions and 7 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue