Skip to content

Commit

Permalink
Bump hyper from 0.14.27 to 1.0.1
Browse files Browse the repository at this point in the history
Bumps [hyper](https://github.com/hyperium/hyper) from 0.14.27 to 1.0.1.
- [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.0.1)

---
updated-dependencies:
- dependency-name: hyper
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Dec 5, 2023
1 parent a77d812 commit 8c8efd8
Show file tree
Hide file tree
Showing 2 changed files with 63 additions and 17 deletions.
78 changes: 62 additions & 16 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ console = "0.15.7"
flate2 = "1.0.28"
futures-core = "0.3.29"
http = "0.2.11"
hyper = { version = "0.14.27", features = ["full"] }
hyper = { version = "1.0.1", features = ["full"] }
hyper-rustls = "0.23.2"
indicatif = { git = "https://github.com/console-rs/indicatif.git", rev = "2ca9d019fbb4b0aed11bfad984daef064998f5ef" }
rustls = "0.20.8"
Expand Down

0 comments on commit 8c8efd8

Please sign in to comment.