Skip to content

Commit

Permalink
Bump hyper version
Browse files Browse the repository at this point in the history
  • Loading branch information
alexliesenfeld committed Jan 30, 2024
1 parent 3a796f3 commit 7355d95
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 @@ -28,7 +28,7 @@ similar = "2.4"
levenshtein = "1.0"
form_urlencoded = "1.2"

hyper = { version = "0.14", features = ["server", "http1"] }
hyper = { version = "1.1", features = ["server", "http1"] }
tokio = { version = "1.35", features = ["sync", "macros", "rt-multi-thread", "signal"] }

isahc = { version = "1.7", optional = true }
Expand Down

0 comments on commit 7355d95

Please sign in to comment.