Skip to content

Commit

Permalink
Bump hyper from 0.14.27 to 1.1.0
Browse files Browse the repository at this point in the history
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]>
  • Loading branch information
dependabot[bot] authored Jan 1, 2024
1 parent c9c53cf commit 3f01b84
Show file tree
Hide file tree
Showing 2 changed files with 105 additions and 45 deletions.
148 changes: 104 additions & 44 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 svanill-vault-server/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ hmac = "0.12.1"
sha2 = "0.10.8"
color-backtrace = "0.6.1"
reqwest = { version = "0.11.18", default-features = false, features = ["blocking", "gzip", "multipart", "json", "rustls-tls", "rustls-tls-webpki-roots"] }
hyper = { version = "0.14.27", features = ["full"] }
hyper = { version = "1.1.0", features = ["full"] }
hyper-rustls = { version = "0.24.0", features = ["webpki-roots", "http2"] }
sentry-actix = "0.32.1"
async-trait = "0.1.76"
Expand Down

0 comments on commit 3f01b84

Please sign in to comment.