Skip to content

Commit

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

---
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 Sep 6, 2024
1 parent 04f4ba4 commit 7b6d3e1
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 68 deletions.
74 changes: 7 additions & 67 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 integrations/gmail/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ exocore = { version = "0.1.25", default-features = false, features = ["client",
exomind-protos = {version = "0.1.15", path = "../../protos"}
google-gmail1 = "5.0.5"
hyper = "0.14.30"
hyper-rustls = {version="0.24.2", features=["http2"]}
hyper-rustls = {version="0.25.0", features=["http2"]}
log = "0.4.22"
mailparse = "0.15.0"
serde = "1.0.210"
Expand Down

0 comments on commit 7b6d3e1

Please sign in to comment.