Skip to content

Commit 879ab03

Browse files
fix(deps): bump hyper from 1.5.1 to 1.5.2 (#264)
Bumps [hyper](https://github.com/hyperium/hyper) from 1.5.1 to 1.5.2. - [Release notes](https://github.com/hyperium/hyper/releases) - [Changelog](https://github.com/hyperium/hyper/blob/master/CHANGELOG.md) - [Commits](hyperium/hyper@v1.5.1...v1.5.2) --- updated-dependencies: - dependency-name: hyper 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 6891cc0 commit 879ab03

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
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.1"
28-
hyper = { version = "1.3.1", features = ["server"] }
28+
hyper = { version = "1.5.2", features = ["server"] }
2929
hyper-util = { version = "0.1.5", features = ["tokio"] }
3030
once_cell.workspace = true
3131
percent-encoding.workspace = true

0 commit comments

Comments
 (0)