Skip to content

Commit 4e8b85b

Browse files
dependabot[bot]nyetwurk
authored andcommitted
Bump hyper-util from 0.1.15 to 0.1.16
Bumps [hyper-util](https://github.com/hyperium/hyper-util) from 0.1.15 to 0.1.16. - [Release notes](https://github.com/hyperium/hyper-util/releases) - [Changelog](https://github.com/hyperium/hyper-util/blob/master/CHANGELOG.md) - [Commits](hyperium/hyper-util@v0.1.15...v0.1.16) --- updated-dependencies: - dependency-name: hyper-util dependency-version: 0.1.16 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 9fe5825 commit 4e8b85b

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Cargo.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ prost = "*"
2929
rdkafka = { version = "*", features = ["ssl", "sasl"] }
3030
serde = { version = "*", features = ["derive"] }
3131
serde_json = { version = "*" }
32-
tokio = { version = "*", features = ["rt-multi-thread", "time", "macros", "sync"] }
32+
tokio = { version = "*", features = ["rt-multi-thread", "time", "macros", "sync", "net"] }
3333
tower = { version = "*", features = ["make"] }
3434
bytes = "*"
3535
http-body-util = "*"

0 commit comments

Comments
 (0)