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

Bumps [tokio-rustls](https://github.com/rustls/tokio-rustls) from 0.24.0 to 0.24.1.
- [Commits](https://github.com/rustls/tokio-rustls/commits)

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

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2023-06-09 10:58:53 +00:00 committed by Matt Brubeck
parent 2a90186cf8
commit cd14561aa0
2 changed files with 4 additions and 4 deletions

View file

@ -23,7 +23,7 @@ once_cell = "1.17"
percent-encoding = "2.2"
rcgen = { version = "0.10.0" }
rustls = "0.21.1"
tokio-rustls = "0.24.0"
tokio-rustls = "0.24.1"
tokio = { version = "1.28", features = ["fs", "io-util", "net", "rt-multi-thread", "sync"] }
url = "2.3.1"