chore(deps): bump tokio-rustls from 0.24.1 to 0.26.1

Bumps [tokio-rustls](https://github.com/rustls/tokio-rustls) from 0.24.1 to 0.26.1.
- [Release notes](https://github.com/rustls/tokio-rustls/releases)
- [Commits](https://github.com/rustls/tokio-rustls/commits)

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

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot]
2024-12-06 04:44:53 +00:00
committed by GitHub
parent b37d105184
commit a68bc8261d
2 changed files with 403 additions and 75 deletions

View File

@@ -27,7 +27,7 @@ hmac = "0.12"
sha2 = "0.10"
base64 = "0.21"
stringprep = "0.1"
tokio-rustls = "0.24"
tokio-rustls = "0.26"
rustls-pemfile = "1"
http-body-util = "0.1.2"
hyper = { version = "1.4.1", features = ["full"] }