Skip to content

Commit c9306cf

Browse files
Update hyper requirement from 0.14 to 1.1
Updates the requirements on [hyper](https://github.com/hyperium/hyper) to permit the latest version. - [Release notes](https://github.com/hyperium/hyper/releases) - [Changelog](https://github.com/hyperium/hyper/blob/master/CHANGELOG.md) - [Commits](hyperium/hyper@v0.14.0...v1.1.0) --- updated-dependencies: - dependency-name: hyper dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 851e374 commit c9306cf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ strip = false
2121
beam-lib = { git = "https://github.com/samply/beam", branch="develop", features = ["strict-ids"] }
2222

2323
tokio = { version = "1", features = ["macros","rt-multi-thread","signal"] }
24-
hyper = { version = "0.14", features = ["full"] }
24+
hyper = { version = "1.1", features = ["full"] }
2525

2626
# HTTP client with proxy support
2727
reqwest = { version = "0.11.19", features = ["json", "stream"] }

0 commit comments

Comments
 (0)