From f1cfea538d6b7ffe1fbc72b9f637930cedc8a038 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Sun, 22 Nov 2020 23:23:12 -0800 Subject: [PATCH 1/3] Update rustls requirement from 0.18 to 0.19 (#246) Updates the requirements on [rustls](https://github.com/ctz/rustls) to permit the latest version. - [Release notes](https://github.com/ctz/rustls/releases) - [Changelog](https://github.com/ctz/rustls/blob/main/OLDCHANGES.md) - [Commits](https://github.com/ctz/rustls/compare/v/0.18.0...v/0.19.0) Signed-off-by: dependabot-preview[bot] Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com> --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index bf195fa..3b206a6 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -31,7 +31,7 @@ once_cell = "1" qstring = "0.7" url = "2" socks = { version = "0.3.2", optional = true } -rustls = { version = "0.18", optional = true, features = [] } +rustls = { version = "0.19", optional = true, features = [] } webpki = { version = "0.21", optional = true } webpki-roots = { version = "0.20", optional = true } rustls-native-certs = { version = "0.4", optional = true } From f69725edc4b2a65ed50892a6a3fa2077f6da2eda Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Sun, 22 Nov 2020 23:23:21 -0800 Subject: [PATCH 2/3] Update rustls-native-certs requirement from 0.4 to 0.5 (#248) Updates the requirements on [rustls-native-certs](https://github.com/ctz/rustls-native-certs) to permit the latest version. - [Release notes](https://github.com/ctz/rustls-native-certs/releases) - [Commits](https://github.com/ctz/rustls-native-certs/compare/v/0.4.0...v/0.5.0) Signed-off-by: dependabot-preview[bot] Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com> --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 3b206a6..51c912a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -34,7 +34,7 @@ socks = { version = "0.3.2", optional = true } rustls = { version = "0.19", optional = true, features = [] } webpki = { version = "0.21", optional = true } webpki-roots = { version = "0.20", optional = true } -rustls-native-certs = { version = "0.4", optional = true } +rustls-native-certs = { version = "0.5", optional = true } serde = { version = "1", optional = true } serde_json = { version = "1", optional = true } encoding = { version = "0.2", optional = true } From 165eae3296c6d94ae7321eee346ba27128c32209 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Sun, 22 Nov 2020 23:24:33 -0800 Subject: [PATCH 3/3] Update webpki-roots requirement from 0.20 to 0.21 (#247) Updates the requirements on [webpki-roots](https://github.com/ctz/webpki-roots) to permit the latest version. - [Release notes](https://github.com/ctz/webpki-roots/releases) - [Commits](https://github.com/ctz/webpki-roots/compare/v/0.20.0...v/0.21.0) Signed-off-by: dependabot-preview[bot] Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com> Co-authored-by: Jacob Hoffman-Andrews --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 51c912a..02e31b1 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -33,7 +33,7 @@ url = "2" socks = { version = "0.3.2", optional = true } rustls = { version = "0.19", optional = true, features = [] } webpki = { version = "0.21", optional = true } -webpki-roots = { version = "0.20", optional = true } +webpki-roots = { version = "0.21", optional = true } rustls-native-certs = { version = "0.5", optional = true } serde = { version = "1", optional = true } serde_json = { version = "1", optional = true }