Skip to content

Commit

Permalink
Revert deprecated warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
Tokarak committed Feb 6, 2024
1 parent 733849e commit eb54fb4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ regex = "1.10.2"
serde = { version = "1.0.193", features = ["derive"] }
cookie = "0.18.0"
futures-lite = "2.2.0"
hyper = { version = "0.14.28", features = ["full", "backports", "deprecated"] }
hyper = { version = "0.14.28", features = ["full"] }
hyper-rustls = "0.25.0"
percent-encoding = "2.3.1"
route-recognizer = "0.3.1"
Expand Down

0 comments on commit eb54fb4

Please sign in to comment.