Skip to content

Commit

Permalink
chore(test): update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
fundon committed Sep 18, 2023
1 parent 1be29cd commit 6a81418
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions viz-test/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"] }

0 comments on commit 6a81418

Please sign in to comment.