From bd102912af63515711947e4ea8efec11625d8098 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 19 Nov 2021 21:55:29 +0000 Subject: [PATCH] chore(deps): bump tokio-openssl from 0.6.2 to 0.6.3 Bumps [tokio-openssl](https://github.com/sfackler/tokio-openssl) from 0.6.2 to 0.6.3. - [Release notes](https://github.com/sfackler/tokio-openssl/releases) - [Commits](https://github.com/sfackler/tokio-openssl/compare/0.6.2...0.6.3) --- updated-dependencies: - dependency-name: tokio-openssl dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 8 ++++---- Cargo.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index f5e48c7b49abd..5aa1ddd8f4eab 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -6846,11 +6846,11 @@ dependencies = [ [[package]] name = "tokio-openssl" -version = "0.6.2" +version = "0.6.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f24cddc8445a4dc8359cdd9e91c19d544fc95f672e32afe8945852b9381a09fe" +checksum = "c08f9ffb7809f1b20c1b398d92acf4cc719874b3b2b2d9ea2f09b4a80350878a" dependencies = [ - "futures 0.3.17", + "futures-util", "openssl", "openssl-sys", "tokio", @@ -7299,7 +7299,7 @@ version = "1.6.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "1f559b464de2e2bdabcac6a210d12e9b5a5973c251e102c44c585c71d51bd78e" dependencies = [ - "cfg-if 0.1.10", + "cfg-if 1.0.0", "static_assertions", ] diff --git a/Cargo.toml b/Cargo.toml index 66e7c9195fbdb..1ee5d15e1d00d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -118,7 +118,7 @@ async-stream = "0.3.2" async-trait = "0.1.51" futures = { version = "0.3.17", default-features = false, features = ["compat", "io-compat"], package = "futures" } tokio = { version = "1.12.0", default-features = false, features = ["full"] } -tokio-openssl = { version = "0.6.2", default-features = false } +tokio-openssl = { version = "0.6.3", default-features = false } tokio-stream = { version = "0.1.7", default-features = false, features = ["net", "sync"] } tokio-util = { version = "0.6.8", default-features = false, features = ["codec", "time", "io"] } console-subscriber = { git = "https://github.com/tokio-rs/console", rev = "f2c30d52c9f22de69bac38009a9183135808806c", optional = true }