Skip to content

Commit 900e7b6

Browse files
Bump hyper from 0.14.28 to 1.6.0
Bumps [hyper](https://github.com/hyperium/hyper) from 0.14.28 to 1.6.0. - [Release notes](https://github.com/hyperium/hyper/releases) - [Changelog](https://github.com/hyperium/hyper/blob/master/CHANGELOG.md) - [Commits](hyperium/hyper@v0.14.28...v1.6.0) --- updated-dependencies: - dependency-name: hyper dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 936c083 commit 900e7b6

File tree

2 files changed

+63
-16
lines changed

2 files changed

+63
-16
lines changed

Cargo.lock

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

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ license = "MIT"
88
[dependencies]
99
clap = { version = "4.5.4", features = ["derive"] }
1010
directories = "5.0"
11-
hyper = { version = "0.14", features = ["full"] }
11+
hyper = { version = "1.6", features = ["full"] }
1212
hyper-rustls = { version = "0.23" }
1313
os_str_bytes = { version = "7", features = ["conversions"] }
1414
rustyline = "14"

0 commit comments

Comments
 (0)