chore: bump rustls from 0.20.2 to 0.20.4 (#23324)

* chore: bump rustls from 0.20.2 to 0.20.4

Bumps [rustls](https://github.com/rustls/rustls) from 0.20.2 to 0.20.4.
- [Release notes](https://github.com/rustls/rustls/releases)
- [Changelog](https://github.com/rustls/rustls/blob/main/RELEASE_NOTES.md)
- [Commits](https://github.com/rustls/rustls/compare/v/0.20.2...v/0.20.4)

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

Signed-off-by: dependabot[bot] <support@github.com>

* [auto-commit] Update all Cargo lock files

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: dependabot-buildkite <dependabot-buildkite@noreply.solana.com>
This commit is contained in:
dependabot[bot]
2022-02-24 19:57:35 -07:00
committed by GitHub
parent 7111918596
commit 3f35d7fad9
3 changed files with 14 additions and 14 deletions

View File

@ -20,7 +20,7 @@ nix = "0.23.1"
quinn = "0.8.0"
rand = "0.7.0"
rcgen = "0.9.1"
rustls = { version = "0.20.2", features = ["dangerous_configuration"] }
rustls = { version = "0.20.4", features = ["dangerous_configuration"] }
pem = "1.0.2"
pkcs8 = { version = "0.8.0", features = ["alloc"] }
solana-metrics = { path = "../metrics", version = "=1.10.0" }