From 868cbbaf2a2a9f22a87b269ad928928b128769c0 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Tue, 4 May 2021 06:23:34 +0000 Subject: [PATCH] Bump http-types from 2.9.0 to 2.11.1 Bumps [http-types](https://github.com/http-rs/http-types) from 2.9.0 to 2.11.1. - [Release notes](https://github.com/http-rs/http-types/releases) - [Commits](https://github.com/http-rs/http-types/compare/v2.9.0...v2.11.1) 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..b1c91d1 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1291,9 +1291,9 @@ dependencies = [ [[package]] name = "http-types" -version = "2.9.0" +version = "2.11.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f2ab8d0085fb82859c9adf050bd53992297ecdd03a665a230dfa50c8c964bf3d" +checksum = "ad077d89137cd3debdce53c66714dc536525ef43fe075d41ddc0a8ac11f85957" 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..205925f 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.11.1" oauth2-surf = "0.1.1" # [patch.crates-io]