Downgrade tokio to 1.21.0 again where signals on windows where introduced

pull/1434/head
binarybaron 8 months ago committed by GitHub
parent e29ae70f06
commit 2921d61ebc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -53,7 +53,7 @@ structopt = "0.3"
strum = { version = "0.24", features = [ "derive" ] }
thiserror = "1"
time = "0.3"
tokio = { version = "1.32.0", features = [ "rt-multi-thread", "time", "macros", "sync", "process", "fs", "net", "signal" ] }
tokio = { version = "1.21.0", features = [ "rt-multi-thread", "time", "macros", "sync", "process", "fs", "net", "signal" ] }
tokio-socks = "0.5"
tokio-tungstenite = { version = "0.15", features = [ "rustls-tls" ] }
tokio-util = { version = "0.7", features = [ "io", "codec" ] }

Loading…
Cancel
Save