update things to use workspace tokio

This commit is contained in:
brxken128 2023-01-25 22:03:10 +00:00
parent 253739c83e
commit b86ec247c8
2 changed files with 2 additions and 2 deletions

View File

@ -11,4 +11,4 @@ clap = { version = "4.0.32", features = ["derive"] }
anyhow = "1.0.68"
hex = "0.4.3"
sd-crypto = { path = "../../crates/crypto" }
tokio = { version = "1.21.2", features = ["io-util", "rt-multi-thread"] }
tokio = { workspace = true, features = ["io-util", "rt-multi-thread"] }

View File

@ -45,7 +45,7 @@ hex = "0.4.3"
tokio = { workspace = true, features = ["io-util", "rt-multi-thread"] }
[dev-dependencies]
tokio = { version = "1.21.2", features = [
tokio = { workspace = true, features = [
"fs",
"macros",
] } # features needed for examples