chore(deps): bump tokio-rustls from 0.25.0 to 0.26.0

Bumps [tokio-rustls](https://github.com/rustls/tokio-rustls) from 0.25.0 to 0.26.0.
- [Release notes](https://github.com/rustls/tokio-rustls/releases)
- [Commits](https://github.com/rustls/tokio-rustls/compare/v/0.25.0...v/0.26.0)

---
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-03-22 10:51:57 +00:00 committed by Matt Brubeck
parent 06aa136afd
commit a0ded1f05e
2 changed files with 8 additions and 7 deletions

View file

@ -22,7 +22,7 @@ mime_guess = "2.0"
once_cell = "1.19"
percent-encoding = "2.3"
rcgen = { version = "0.12.1", default-features = false, features = ["ring"] }
tokio-rustls = { version = "0.25.0", default-features = false, features = ["logging", "ring", "tls12"] }
tokio-rustls = { version = "0.26.0", default-features = false, features = ["logging", "ring", "tls12"] }
tokio = { version = "1.36", features = ["fs", "io-util", "net", "rt-multi-thread", "sync"] }
url = "2.5.0"