chore(deps): bump rustls from 0.21.6 to 0.21.7

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

---
updated-dependencies:
- dependency-name: 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-08-29 10:15:13 +00:00 committed by Matt Brubeck
parent 85036cb673
commit 6e0644bd9e
2 changed files with 5 additions and 5 deletions

8
Cargo.lock generated
View file

@ -33,7 +33,7 @@ dependencies = [
"once_cell", "once_cell",
"percent-encoding", "percent-encoding",
"rcgen", "rcgen",
"rustls 0.21.6", "rustls 0.21.7",
"tokio", "tokio",
"tokio-rustls 0.24.1", "tokio-rustls 0.24.1",
"url", "url",
@ -466,9 +466,9 @@ dependencies = [
[[package]] [[package]]
name = "rustls" name = "rustls"
version = "0.21.6" version = "0.21.7"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1d1feddffcfcc0b33f5c6ce9a29e341e4cd59c3f78e7ee45f4a40c038b1d6cbb" checksum = "cd8d6c9f025a446bc4d18ad9632e69aec8f287aa84499ee335599fabd20c3fd8"
dependencies = [ dependencies = [
"log", "log",
"ring", "ring",
@ -653,7 +653,7 @@ version = "0.24.1"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c28327cf380ac148141087fbfb9de9d7bd4e84ab5d2c28fbc911d753de8a7081" checksum = "c28327cf380ac148141087fbfb9de9d7bd4e84ab5d2c28fbc911d753de8a7081"
dependencies = [ dependencies = [
"rustls 0.21.6", "rustls 0.21.7",
"tokio", "tokio",
] ]

View file

@ -22,7 +22,7 @@ mime_guess = "2.0"
once_cell = "1.18" once_cell = "1.18"
percent-encoding = "2.3" percent-encoding = "2.3"
rcgen = { version = "0.11.1" } rcgen = { version = "0.11.1" }
rustls = "0.21.6" rustls = "0.21.7"
tokio-rustls = "0.24.1" tokio-rustls = "0.24.1"
tokio = { version = "1.32", features = ["fs", "io-util", "net", "rt-multi-thread", "sync"] } tokio = { version = "1.32", features = ["fs", "io-util", "net", "rt-multi-thread", "sync"] }
url = "2.4.1" url = "2.4.1"