Skip to content

Commit

Permalink
bump hyper to v1.3.0 (#122)
Browse files Browse the repository at this point in the history
  • Loading branch information
dswij committed May 9, 2024
1 parent f1142a4 commit 4b24573
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ features = ["full"]
rustdoc-args = ["--cfg", "docsrs"]

[dependencies]
hyper = "1.2.0"
hyper = "1.3.0"
futures-util = { version = "0.3.16", default-features = false }
http = "1.0"
http-body = "1.0.0"
Expand All @@ -31,7 +31,7 @@ tower-service ={ version = "0.3", optional = true }
tower = { version = "0.4.1", optional = true, default-features = false, features = ["make", "util"] }

[dev-dependencies]
hyper = { version = "1.2.0", features = ["full"] }
hyper = { version = "1.3.0", features = ["full"] }
bytes = "1"
http-body-util = "0.1.0"
tokio = { version = "1", features = ["macros", "test-util"] }
Expand Down

0 comments on commit 4b24573

Please sign in to comment.