From c68010070d9098a172c1885217a9eb7f349755ef Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 26 May 2022 20:49:42 +0000 Subject: [PATCH] Bump rustls from 0.20.2 to 0.20.6 Bumps [rustls](https://github.com/rustls/rustls) from 0.20.2 to 0.20.6. - [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.6) --- updated-dependencies: - dependency-name: rustls dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 13 +++++++------ crates/lgn-online/Cargo.toml | 2 +- 2 files changed, 8 insertions(+), 7 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 92287b4c45..f825ef03ab 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3552,7 +3552,7 @@ dependencies = [ "http", "hyper", "log", - "rustls 0.20.2", + "rustls 0.20.6", "rustls-native-certs 0.6.2", "tokio", "tokio-rustls 0.23.4", @@ -5093,6 +5093,7 @@ version = "0.1.0" dependencies = [ "anyhow", "async-trait", + "axum", "backoff", "base64 0.13.0", "bytes", @@ -5111,7 +5112,7 @@ dependencies = [ "prost", "reqwest", "ring", - "rustls 0.20.2", + "rustls 0.20.6", "serde", "serde_json", "serial_test", @@ -7508,7 +7509,7 @@ dependencies = [ "native-tls", "percent-encoding", "pin-project-lite", - "rustls 0.20.2", + "rustls 0.20.6", "rustls-pemfile 0.3.0", "serde", "serde_json", @@ -7811,9 +7812,9 @@ dependencies = [ [[package]] name = "rustls" -version = "0.20.2" +version = "0.20.6" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d37e5e2290f3e040b594b1a9e04377c2c671f1a1cfd9bfdef82106ac1c113f84" +checksum = "5aab8ee6c7097ed6057f43c187a62418d0c05a4bd5f18b3571db50ee0f9ce033" dependencies = [ "log", "ring", @@ -9168,7 +9169,7 @@ version = "0.23.4" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "c43ee83903113e03984cb9e5cebe6c04a5116269e900e3ddba8f068a62adda59" dependencies = [ - "rustls 0.20.2", + "rustls 0.20.6", "tokio", "webpki 0.22.0", ] diff --git a/crates/lgn-online/Cargo.toml b/crates/lgn-online/Cargo.toml index ec0da7769b..82bcc6152d 100644 --- a/crates/lgn-online/Cargo.toml +++ b/crates/lgn-online/Cargo.toml @@ -31,7 +31,7 @@ openidconnect = "2.2.0" pin-project = "1" reqwest = "0.11" ring = "0.16" -rustls = "= 0.20.2" +rustls = "= 0.20.6" serde = { version = "1.0", features = ["derive"] } serde_json = "1.0" simple_asn1 = "0.6"