Skip to content

Commit

Permalink
build(deps): bump hyper-rustls from 0.22.1 to 0.24.1
Browse files Browse the repository at this point in the history
Bumps [hyper-rustls](https://github.com/rustls/hyper-rustls) from 0.22.1 to 0.24.1.
- [Release notes](https://github.com/rustls/hyper-rustls/releases)
- [Commits](rustls/hyper-rustls@v/0.22.1...v/0.24.1)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jul 19, 2023
1 parent 7bb6cff commit 8b28013
Show file tree
Hide file tree
Showing 2 changed files with 90 additions and 11 deletions.
99 changes: 89 additions & 10 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 integration/gcpkms/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ chrono = "^0.4"
futures = "^0.3"
http = "^0.2"
hyper = { version = "^0.14.20", features = ["client", "http1", "http2"] }
hyper-rustls = "^0.22.1"
hyper-rustls = "^0.24.1"
lazy_static = "^1.4"
percent-encoding = "^2.3"
serde = { version = "^1.0", features = ["derive"] }
Expand Down

0 comments on commit 8b28013

Please sign in to comment.