Skip to content

Commit 854c07a

Browse files
Bump hyper from 0.14.27 to 1.1.0
Bumps [hyper](https://github.com/hyperium/hyper) from 0.14.27 to 1.1.0. - [Release notes](https://github.com/hyperium/hyper/releases) - [Changelog](https://github.com/hyperium/hyper/blob/master/CHANGELOG.md) - [Commits](hyperium/hyper@v0.14.27...v1.1.0) --- updated-dependencies: - dependency-name: hyper dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 2275545 commit 854c07a

File tree

2 files changed

+23
-29
lines changed

2 files changed

+23
-29
lines changed

Cargo.lock

+22-28
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ futures-lite = { version = "1.11.2", optional = true }
7575
futures-util = { version = "0.3.5", optional = true }
7676
futures-timer = { version = "3.0.0", optional = true }
7777
http = { version = "0.2.11", optional = true } # same as hyper
78-
hyper = { version = "0.14", default-features = false, features = ["client", "http1", "http2"], optional = true }
78+
hyper = { version = "1.1", default-features = false, features = ["client", "http1", "http2"], optional = true }
7979
log = "0.4.0"
8080
once_cell = { version = "1.19.0", optional = true }
8181
pin-utils = { version = "0.1.0", optional = true }

0 commit comments

Comments
 (0)