From 5c0265df48f3ee75508c58b60f63c48e9865b441 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Sep 2024 15:02:45 +0000 Subject: [PATCH] build(deps): bump rustls from 0.20.9 to 0.21.12 Bumps [rustls](https://github.com/rustls/rustls) from 0.20.9 to 0.21.12. - [Release notes](https://github.com/rustls/rustls/releases) - [Changelog](https://github.com/rustls/rustls/blob/main/CHANGELOG.md) - [Commits](https://github.com/rustls/rustls/compare/v/0.20.9...v/0.21.12) --- updated-dependencies: - dependency-name: rustls dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 8ee8eb03..07ef5b62 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2897,7 +2897,7 @@ dependencies = [ "rand_xorshift", "rcgen", "ring 0.16.20", - "rustls 0.20.9", + "rustls 0.21.12", "sc-network", "sc-utils 17.0.0", "serde", diff --git a/Cargo.toml b/Cargo.toml index 53341116..54bd256f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -57,7 +57,7 @@ static_assertions = "1.1.0" # Exposed dependencies. Breaking changes to these are breaking changes to us. [dependencies.rustls] -version = "0.20.7" +version = "0.21.12" default-features = false features = ["dangerous_configuration"] # Must enable this to allow for custom verification code.