Skip to content

Commit 07721f7

Browse files
fix(deps): update rust crate bytes to 1.11.1 (#86)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 5d27156 commit 07721f7

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
@@ -8,7 +8,7 @@ hyper = { version = "1", features = ["http1", "server"] }
88
hyper-util = { version = "0.1", features = ["tokio", "http1"] }
99
http-body-util = "0.1"
1010
tokio = { version = "1", features = ["rt", "net", "macros"] }
11-
bytes = "1"
11+
bytes = "1.11.1"
1212
http = "1"
1313

1414
[profile.release]

0 commit comments

Comments
 (0)