Skip to content

Commit d59d84e

Browse files
fix(deps): bump hyper-util from 0.1.12 to 0.1.13
Bumps [hyper-util](https://github.com/hyperium/hyper-util) from 0.1.12 to 0.1.13. - [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.12...v0.1.13) --- updated-dependencies: - dependency-name: hyper-util dependency-version: 0.1.13 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 3311ed2 commit d59d84e

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

Cargo.lock

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

crates/cli/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ globset = "0.4.16"
6060
http = "1.2.0"
6161
http-body-util = "0.1.3"
6262
hyper = { version = "1.6.0", features = ["server"] }
63-
hyper-util = { version = "0.1.11", features = ["tokio"] }
63+
hyper-util = { version = "0.1.13", features = ["tokio"] }
6464
indoc = "2.0.6"
6565
insta = "1.43.1"
6666
libc = "0.2.172"

0 commit comments

Comments
 (0)