From ed0c653a1830f0213bfac25efabf29b23b6170ab Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 2 Nov 2021 12:22:57 +0000 Subject: [PATCH] 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 | 4 ++-- crates/tdb-server-core/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index e1220f74..b92cef0c 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2294,9 +2294,9 @@ 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-std", "async-trait", diff --git a/crates/tdb-server-core/Cargo.toml b/crates/tdb-server-core/Cargo.toml index 1f484be6..cf6d4a93 100644 --- a/crates/tdb-server-core/Cargo.toml +++ b/crates/tdb-server-core/Cargo.toml @@ -35,7 +35,7 @@ serde = { optional = true, version = "1.0.110" } config = { optional = true, version = "0.11.0" } time = { optional = true, version = "0.3.4" } -surf = { optional = true, version = "2.3.1" } +surf = { optional = true, version = "2.3.2" } alloc_counter = { version = "0.0.4", optional = true }