Skip to content

Commit

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

---
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 Mar 28, 2023
1 parent 1112b52 commit 78c5c8b
Show file tree
Hide file tree
Showing 2 changed files with 107 additions and 22 deletions.
127 changes: 106 additions & 21 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.23.2"
lazy_static = "^1.4"
percent-encoding = "^2.2"
serde = { version = "^1.0", features = ["derive"] }
Expand Down

0 comments on commit 78c5c8b

Please sign in to comment.