From 71c64b0de028783c7da1e5b5e1e8a0655df48795 Mon Sep 17 00:00:00 2001 From: Fangdun Tsai Date: Mon, 26 Sep 2022 19:26:44 +0800 Subject: [PATCH] chore(deps): cookie@v0.16.1 --- viz-core/Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/viz-core/Cargo.toml b/viz-core/Cargo.toml index b0703686..f8e8e360 100644 --- a/viz-core/Cargo.toml +++ b/viz-core/Cargo.toml @@ -62,7 +62,8 @@ hyper = { version = "0.14", features = ["stream"] } mime = "0.3.16" thiserror = "1.0.35" -cookie = { version = "0.16.0", features = ["percent-encode"], optional = true } +rfc7239 = "0.1.0" # realip +cookie = { version = "0.16.1", features = ["percent-encode"], optional = true } form-data = { version = "0.4.1", optional = true } serde = { version = "1.0", features = ["derive"], optional = true } serde_json = { version = "1.0", optional = true } @@ -81,7 +82,6 @@ tokio = { version = "1.21", optional = true } tokio-tungstenite = { version = "0.17.2", optional = true } tokio-stream = { version = "0.1.10", optional = true } tokio-util = { version = "0.7.4", optional = true } -rfc7239 = "0.1.0" [dev-dependencies] tokio = { version = "1.21", features = ["rt-multi-thread", "macros"] }