Skip to content

Commit c3fe922

Browse files
fix(deps): bump hyper from 1.7.0 to 1.8.1
Bumps [hyper](https://github.com/hyperium/hyper) from 1.7.0 to 1.8.1. - [Release notes](https://github.com/hyperium/hyper/releases) - [Changelog](https://github.com/hyperium/hyper/blob/master/CHANGELOG.md) - [Commits](hyperium/hyper@v1.7.0...v1.8.1) --- updated-dependencies: - dependency-name: hyper dependency-version: 1.8.1 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent c4b9060 commit c3fe922

File tree

3 files changed

+11
-11
lines changed

3 files changed

+11
-11
lines changed

Cargo.lock

Lines changed: 9 additions & 9 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
@@ -25,7 +25,7 @@ fig_settings.workspace = true
2525
fig_telemetry_core.workspace = true
2626
fig_util.workspace = true
2727
http-body-util = "0.1.3"
28-
hyper = { version = "1.6.0", features = ["server"] }
28+
hyper = { version = "1.8.1", features = ["server"] }
2929
hyper-util = { version = "0.1.11", features = ["tokio"] }
3030
percent-encoding.workspace = true
3131
rand.workspace = true

crates/fig_test_utils/Cargo.toml

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

0 commit comments

Comments
 (0)