From fe0d9688f5b2fd458dbec730c3fbad5434f28e36 Mon Sep 17 00:00:00 2001 From: Joel Natividad <1980690+jqnatividad@users.noreply.github.com> Date: Thu, 31 Mar 2022 13:08:42 -0400 Subject: [PATCH] Bump cookie to 0.16; tokio-util to 0.7; trust-dns-resolver to 0.21 (#1509) --- Cargo.toml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index dfe14bf5d..6e3d9e205 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -121,19 +121,19 @@ rustls-native-certs = { version = "0.6", optional = true } rustls-pemfile = { version = "0.3", optional = true } ## cookies -cookie_crate = { version = "0.15", package = "cookie", optional = true } -cookie_store = { version = "0.15", optional = true } +cookie_crate = { version = "0.16", package = "cookie", optional = true } +cookie_store = { version = "0.16", optional = true } proc-macro-hack = { version = "0.5.19", optional = true } ## compression async-compression = { version = "0.3.7", default-features = false, features = ["tokio"], optional = true } -tokio-util = { version = "0.6.0", default-features = false, features = ["codec", "io"], optional = true } +tokio-util = { version = "0.7.1", default-features = false, features = ["codec", "io"], optional = true } ## socks tokio-socks = { version = "0.5.1", optional = true } ## trust-dns -trust-dns-resolver = { version = "0.20", optional = true } +trust-dns-resolver = { version = "0.21", optional = true } [target.'cfg(not(target_arch = "wasm32"))'.dev-dependencies] env_logger = "0.8"