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 Dec 26, 2023
1 parent 9e4c68e commit d345976
Show file tree
Hide file tree
Showing 3 changed files with 115 additions and 42 deletions.
153 changes: 113 additions & 40 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 @@ -63,7 +63,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
2 changes: 1 addition & 1 deletion src/object_store/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ fail = "0.5"
futures = { version = "0.3", default-features = false, features = ["alloc"] }
hyper = { version = "0.14", features = ["tcp", "client"] }
hyper-rustls = { version = "0.24.2", features = ["webpki-roots"] }
hyper-tls = "0.5.0"
hyper-tls = "0.6.0"
itertools = "0.12"
opendal = "0.43"
prometheus = { version = "0.13", features = ["process"] }
Expand Down

0 comments on commit d345976

Please sign in to comment.