Skip to content

Commit 02aa904

Browse files
Bump hyper-util from 0.1.11 to 0.1.12
Bumps [hyper-util](https://github.com/hyperium/hyper-util) from 0.1.11 to 0.1.12. - [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.11...v0.1.12) --- updated-dependencies: - dependency-name: hyper-util dependency-version: 0.1.12 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent a2bc4a4 commit 02aa904

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.

samply/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ linux-perf-data = "0.11"
2020
tokio = { version = "1.39", features = ["rt", "rt-multi-thread", "macros"] }
2121
tokio-util = "0.7.11"
2222
hyper = { version = "1", features = ["full"] }
23-
hyper-util = { version = "0.1.9", features = ["server", "http1", "tokio"] }
23+
hyper-util = { version = "0.1.12", features = ["server", "http1", "tokio"] }
2424
http-body-util = "0.1"
2525
futures-util = "0.3"
2626
clap = { version = "4", features = ["derive"] }

0 commit comments

Comments
 (0)