From de258645f4718d989da24146146560c6fcb0e6ba Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 24 Aug 2021 21:12:32 +0000 Subject: [PATCH] cargo: bump surf from 2.2.0 to 2.3.1 Bumps [surf](https://github.com/http-rs/surf) from 2.2.0 to 2.3.1. - [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.2.0...v2.3.1) --- updated-dependencies: - dependency-name: surf dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Cargo.lock | 10 ++++++---- Cargo.toml | 2 +- 2 files changed, 7 insertions(+), 5 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index cdac87796..3f225c57e 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1890,9 +1890,9 @@ dependencies = [ [[package]] name = "http-client" -version = "6.3.5" +version = "6.5.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5566ecc26bc6b04e773e680d66141fced78e091ad818e420d726c152b05a64ff" +checksum = "ea880b03c18a7e981d7fb3608b8904a98425d53c440758fcebf7d934aa56547c" dependencies = [ "async-h1", "async-native-tls", @@ -3669,18 +3669,20 @@ checksum = "1e81da0851ada1f3e9d4312c704aa4f8806f0f9d69faaf8df2f3464b4a9437c2" [[package]] name = "surf" -version = "2.2.0" +version = "2.3.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2a154d33ca6b5e1fe6fd1c760e5a5cc1202425f6cca2e13229f16a69009f6328" +checksum = "73f856d60bdb4679fc9ec516c34093484e963431b5016a8429f85a8e74b5ccaa" dependencies = [ "async-std", "async-trait", "cfg-if 1.0.0", "futures-util", + "getrandom 0.2.2", "http-client", "http-types", "log", "mime_guess", + "once_cell", "pin-project-lite", "serde", "serde_json", diff --git a/Cargo.toml b/Cargo.toml index 6f6809cf7..bb0ab725d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -67,7 +67,7 @@ smallvec = "1.0.0" stop-token = "0.2.0" strum = "0.21.0" strum_macros = "0.21.1" -surf = { version = "2.0.0-alpha.4", default-features = false, features = ["h1-client"] } +surf = { version = "2.3.1", default-features = false, features = ["h1-client"] } thiserror = "1.0.26" toml = "0.5.6" url = "2.2.2"