Skip to content

Commit b7af536

Browse files
fix(deps): update rust crate http-body-util to 0.1.3 (#95)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 7d82637 commit b7af536

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

rust/bench-server/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ edition = "2021"
66
[dependencies]
77
hyper = { version = "1", features = ["http1", "server"] }
88
hyper-util = { version = "0.1", features = ["tokio", "http1"] }
9-
http-body-util = "0.1"
9+
http-body-util = "0.1.3"
1010
tokio = { version = "1", features = ["rt", "net", "macros"] }
1111
bytes = "1.11.1"
1212
http = "1.4.0"

0 commit comments

Comments
 (0)