Skip to content

Commit 3d4986f

Browse files
committed
use published version of hyper and hyper-util
1 parent e31d41f commit 3d4986f

File tree

2 files changed

+2
-6
lines changed

2 files changed

+2
-6
lines changed

Cargo.toml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,3 @@ default-members = ["axum", "axum-*"]
55
# Example has been deleted, but README.md remains
66
exclude = ["examples/async-graphql"]
77
resolver = "2"
8-
9-
[patch.crates-io]
10-
hyper = { git = "https://github.com/hyperium/hyper", rev = "cf68ea902749e" }
11-
hyper-util = { git = "https://github.com/hyperium/hyper-util", rev = "64f896695c0f1" }

axum/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,8 +53,8 @@ tower-service = "0.3"
5353
# optional dependencies
5454
axum-macros = { path = "../axum-macros", version = "0.4.0", optional = true }
5555
base64 = { version = "0.21.0", optional = true }
56-
hyper = { version = "1.0.0", optional = true }
57-
hyper-util = { version = "0.1.1", features = ["tokio", "server", "server-auto"], optional = true }
56+
hyper = { version = "1.1.0", optional = true }
57+
hyper-util = { version = "0.1.2", features = ["tokio", "server", "server-auto"], optional = true }
5858
multer = { version = "2.0.0", optional = true }
5959
serde_json = { version = "1.0", features = ["raw_value"], optional = true }
6060
serde_path_to_error = { version = "0.1.8", optional = true }

0 commit comments

Comments
 (0)