Skip to content

Commit 0b719b0

Browse files
fix(deps): bump hyper-util from 0.1.10 to 0.1.11 (#1031)
Bumps [hyper-util](https://github.com/hyperium/hyper-util) from 0.1.10 to 0.1.11. - [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.10...v0.1.11) --- updated-dependencies: - dependency-name: hyper-util dependency-version: 0.1.11 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 0b6984a commit 0b719b0

File tree

3 files changed

+7
-6
lines changed

3 files changed

+7
-6
lines changed

Cargo.lock

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

crates/fig_auth/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ fig_telemetry_core.workspace = true
2626
fig_util.workspace = true
2727
http-body-util = "0.1.3"
2828
hyper = { version = "1.6.0", features = ["server"] }
29-
hyper-util = { version = "0.1.5", features = ["tokio"] }
29+
hyper-util = { version = "0.1.11", features = ["tokio"] }
3030
percent-encoding.workspace = true
3131
rand.workspace = true
3232
serde.workspace = true

crates/fig_test_utils/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ hex.workspace = true
1818
http.workspace = true
1919
http-body-util = "0.1.3"
2020
hyper = { version = "1.6.0", features = ["server"] }
21-
hyper-util = { version = "0.1.5", features = ["tokio"] }
21+
hyper-util = { version = "0.1.11", features = ["tokio"] }
2222
reqwest.workspace = true
2323
ring.workspace = true
2424
tokio.workspace = true

0 commit comments

Comments
 (0)