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"] }