Skip to content

Commit 916bb01

Browse files
committed
axum: update hyper-util to 0.1.3
1 parent 77eecdb commit 916bb01

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

axum/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ tower-service = "0.3"
6464
axum-macros = { path = "../axum-macros", version = "0.4.1", optional = true }
6565
base64 = { version = "0.21.0", optional = true }
6666
hyper = { version = "1.1.0", optional = true }
67-
hyper-util = { version = "0.1.2", features = ["tokio", "server"], optional = true }
67+
hyper-util = { version = "0.1.3", features = ["tokio", "server"], optional = true }
6868
multer = { version = "3.0.0", optional = true }
6969
serde_json = { version = "1.0", features = ["raw_value"], optional = true }
7070
serde_path_to_error = { version = "0.1.8", optional = true }

0 commit comments

Comments
 (0)