From 6a814185cc9e63127d62e562071c6ab5e6861a10 Mon Sep 17 00:00:00 2001 From: Fangdun Tsai Date: Mon, 18 Sep 2023 16:48:35 +0800 Subject: [PATCH] chore(test): update deps --- viz-test/Cargo.toml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/viz-test/Cargo.toml b/viz-test/Cargo.toml index 56877584..7a7aa053 100644 --- a/viz-test/Cargo.toml +++ b/viz-test/Cargo.toml @@ -16,8 +16,8 @@ publish = false [dependencies] viz.workspace = true -sessions = { version = "0.5.0", features = ["memory"] } -nano-id = "0.3.1" +sessions = { version = "0.5", features = ["memory"] } +nano-id = "0.3" -reqwest = { version = "0.11.18", features = ["cookies", "json", "multipart"]} -tokio = { version = "1.29", features = ["full"] } +reqwest = { version = "0.11", features = ["cookies", "json", "multipart"]} +tokio = { workspace = true, features = ["full"] }