From ca5cfc399a9b9fbaf0e73ff3ab7166e3693e7084 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 25 Jan 2021 06:52:35 +0000 Subject: [PATCH] Bump http-types from 2.9.0 to 2.10.0 Bumps [http-types](https://github.com/http-rs/http-types) from 2.9.0 to 2.10.0. - [Release notes](https://github.com/http-rs/http-types/releases) - [Commits](https://github.com/http-rs/http-types/compare/v2.9.0...v2.10.0) Signed-off-by: dependabot-preview[bot] --- Cargo.lock | 6 +++--- Cargo.toml | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index e623177..8293326 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1291,9 +1291,9 @@ dependencies = [ [[package]] name = "http-types" -version = "2.9.0" +version = "2.10.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f2ab8d0085fb82859c9adf050bd53992297ecdd03a665a230dfa50c8c964bf3d" +checksum = "32613ebb139d1d430ef5783676f84abfa06fc5f2b4b5a25220cdeeff7e16ef5c" dependencies = [ "anyhow", "async-channel", @@ -1302,7 +1302,7 @@ dependencies = [ "cookie", "futures-lite", "infer", - "pin-project-lite 0.1.11", + "pin-project-lite 0.2.0", "rand 0.7.3", "serde", "serde_json", diff --git a/Cargo.toml b/Cargo.toml index 4bb959f..f250fb5 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -26,7 +26,7 @@ oauth2 = { version = "4.0.0-alpha.3" } tide-secure-cookie-session = { git = "https://github.com/pepoviola/tide-secure-cookie-session.git", branch = "bump-tide-0.15" } surf = { version = "2.1.0" } failure = "0.1.8" -http-types = "2.9.0" +http-types = "2.10.0" oauth2-surf = "0.1.1" # [patch.crates-io]