frontend-utils: Use workspace version of tokio for tests

This commit is contained in:
Nathan Adams 2024-04-13 00:46:40 +02:00
parent 0968057011
commit 7c59038164
1 changed files with 1 additions and 1 deletions

View File

@ -29,5 +29,5 @@ reqwest = { version = "0.12.3", default-features = false, features = ["rustls-tl
[dev-dependencies]
tempfile = "3"
tokio = { version = "1.36.0", features = ["macros", "rt"] }
tokio = { workspace = true, features = ["macros", "rt"] }
macro_rules_attribute = "0.2.0"