Skip to content

Commit

Permalink
Merge pull request #64 from PrivateBin/dependabot/cargo/hyper-rustls-…
Browse files Browse the repository at this point in the history
…0.25.0

Bump hyper-rustls from 0.24.2 to 0.25.0
  • Loading branch information
elrido authored Jan 6, 2024
2 parents 59b23ff + d1e989d commit 96a5419
Show file tree
Hide file tree
Showing 2 changed files with 39 additions and 23 deletions.
58 changes: 37 additions & 21 deletions Cargo.lock

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

4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,9 @@ version = "0.14.27"
features = ["client"]

[dependencies.hyper-rustls]
version = "0.24.2"
version = "0.25.0"
default-features = false
features = ["http1", "http2", "tls12", "webpki-tokio"]
features = ["http1", "http2", "tls12", "ring", "webpki-tokio"]

[dependencies.rocket]
version = "0.5.0"
Expand Down

0 comments on commit 96a5419

Please sign in to comment.