Skip to content

Commit

Permalink
chore(deps): Bump hyper-tls from 0.5.0 to 0.6.0
Browse files Browse the repository at this point in the history
Bumps [hyper-tls](https://github.com/hyperium/hyper-tls) from 0.5.0 to 0.6.0.
- [Commits](hyperium/hyper-tls@v0.5.0...v0.6.0)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Nov 28, 2023
1 parent edfb9b9 commit d09fb2e
Show file tree
Hide file tree
Showing 3 changed files with 118 additions and 43 deletions.
157 changes: 116 additions & 41 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 src/connector/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ hyper = { version = "0.14", features = [
"http2",
"stream",
] }
hyper-tls = "0.5"
hyper-tls = "0.6"
icelake = { workspace = true }
indexmap = { version = "1.9.3", features = ["serde"] }
itertools = "0.12"
Expand Down
Loading

0 comments on commit d09fb2e

Please sign in to comment.