From 43b2a4ad275265cb7c502dd6f49c846cc0453d41 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Nov 2021 21:16:52 +0000 Subject: [PATCH] cargo: bump surf from 2.3.1 to 2.3.2 Bumps [surf](https://github.com/http-rs/surf) from 2.3.1 to 2.3.2. - [Release notes](https://github.com/http-rs/surf/releases) - [Changelog](https://github.com/http-rs/surf/blob/main/CHANGELOG.md) - [Commits](https://github.com/http-rs/surf/compare/v2.3.1...v2.3.2) --- updated-dependencies: - dependency-name: surf dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 95f9eec28..dbcfc7091 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3614,10 +3614,11 @@ checksum = "6bdef32e8150c2a081110b42772ffe7d7c9032b606bc226c8260fd97e0976601" [[package]] name = "surf" -version = "2.3.1" +version = "2.3.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "73f856d60bdb4679fc9ec516c34093484e963431b5016a8429f85a8e74b5ccaa" +checksum = "718b1ae6b50351982dedff021db0def601677f2120938b070eadb10ba4038dd7" dependencies = [ + "async-native-tls", "async-std", "async-trait", "cfg-if 1.0.0",