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

6
Cargo.lock generated
View file

@ -20,7 +20,7 @@ dependencies = [
"rcgen",
"rustls 0.21.1",
"tokio",
"tokio-rustls 0.24.0",
"tokio-rustls 0.24.1",
"url",
]
@ -548,9 +548,9 @@ dependencies = [
[[package]]
name = "tokio-rustls"
version = "0.24.0"
version = "0.24.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e0d409377ff5b1e3ca6437aa86c1eb7d40c134bfec254e44c830defa92669db5"
checksum = "c28327cf380ac148141087fbfb9de9d7bd4e84ab5d2c28fbc911d753de8a7081"
dependencies = [
"rustls 0.21.1",
"tokio",

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"