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]