mirror of
https://github.com/microsoft/onefuzz.git
synced 2025-06-21 13:51:19 +00:00
Upgrade to tokio 1.5.0 (#800)
Upgrade to tokio 1.5.0 replaced tokio::sync::mpsc:: with [flume ](https://crates.io/crates/flume) because try_recv was removed
This commit is contained in:
@ -17,7 +17,7 @@ uuid = { version = "0.8", features = ["serde", "v4"] }
|
||||
serde = { version = "1.0", features = ["derive"] }
|
||||
z3-sys = { version = "0.6", optional = true}
|
||||
iced-x86 = { version = "1.1", optional = true}
|
||||
tokio = { version = "0.2" }
|
||||
tokio = { version = "1.5.0", features = ["full"] }
|
||||
lazy_static = "1.4"
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user