Skip to content

Commit

Permalink
Update hyper-rustls requirement from 0.24 to 0.26
Browse files Browse the repository at this point in the history
Updates the requirements on [hyper-rustls](https://github.com/rustls/hyper-rustls) to permit the latest version.
- [Release notes](https://github.com/rustls/hyper-rustls/releases)
- [Commits](rustls/hyper-rustls@v/0.24.0...v/0.26.0)

---
updated-dependencies:
- dependency-name: hyper-rustls
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] committed Jan 12, 2024
1 parent bd82fd1 commit 3d1a3b6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ bq_load_job = ["cloud-storage"]
[dependencies]
yup-oauth2 = "8.3"
hyper = {version="0.14", features = ["http1"]}
hyper-rustls = {version="0.24", features = ["native-tokio"]}
hyper-rustls = {version="0.26", features = ["native-tokio"]}
thiserror = "1"
tokio = { version = "1", default-features = false, features = ["rt-multi-thread", "net", "sync", "macros"] }
tokio-stream = "0.1"
Expand Down

0 comments on commit 3d1a3b6

Please sign in to comment.