From 2fb5bcb98a8ae098c0cfdf0b39b692a5e4f5a3d8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Milan=20=C5=A0=C5=A5astn=C3=BD?= Date: Sat, 9 Apr 2022 18:10:49 +0200 Subject: [PATCH] Bump versions of crates updates #2 --- Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 6185fc8..2e0fd50 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -18,8 +18,8 @@ rustdoc-args = ["--cfg", "docsrs"] [dependencies] bytes = "1.0.1" -cookie = "0.15.0" -cookie_store = "0.15.0" +cookie = "0.16.0" +cookie_store = "0.16.0" reqwest = { version = "0.11.3", default-features = false, features = ["cookies"] } url = "2.2.2"