Loading crates/arti-client/Cargo.toml +1 −1 Original line number Diff line number Diff line Loading @@ -49,7 +49,7 @@ thiserror = "1" tor-rtcompat = { path="../tor-rtcompat", version = "0.0.4", features=["tokio", "native-tls" ] } tokio-crate = { package = "tokio", version = "1.4", features = ["rt", "rt-multi-thread", "io-util", "net", "time", "macros" ] } pin-project = "1" tokio-util = { version = "0.6", features = ["compat"] } tokio-util = { version = "0.7.0", features = ["compat"] } anyhow = "1.0.23" tracing-subscriber = "0.3.0" tempfile = "3.3" Loading crates/tor-proto/Cargo.toml +1 −1 Original line number Diff line number Diff line Loading @@ -45,7 +45,7 @@ typenum = "1.12" zeroize = "1" tokio-crate = { package = "tokio", version = "1.4", optional = true } tokio-util = { version = "0.6", features = ["compat"], optional = true } tokio-util = { version = "0.7.0", features = ["compat"], optional = true } coarsetime = { version = "0.1.20", optional = true } Loading crates/tor-rtcompat/Cargo.toml +1 −1 Original line number Diff line number Diff line Loading @@ -35,7 +35,7 @@ async-io = { version = "1.4.1", optional = true } async-native-tls = { version = "0.4.0", optional = true } tokio-crate = { package = "tokio", version = "1.4", optional = true, features = ["rt", "rt-multi-thread", "io-util", "net", "time" ] } tokio-util = { version = "0.6", features = ["compat"], optional = true } tokio-util = { version = "0.7.0", features = ["compat"], optional = true } async-rustls = { version = "0.2.0", optional = true } x509-signature = { version = "0.5.0", optional = true } Loading Loading
crates/arti-client/Cargo.toml +1 −1 Original line number Diff line number Diff line Loading @@ -49,7 +49,7 @@ thiserror = "1" tor-rtcompat = { path="../tor-rtcompat", version = "0.0.4", features=["tokio", "native-tls" ] } tokio-crate = { package = "tokio", version = "1.4", features = ["rt", "rt-multi-thread", "io-util", "net", "time", "macros" ] } pin-project = "1" tokio-util = { version = "0.6", features = ["compat"] } tokio-util = { version = "0.7.0", features = ["compat"] } anyhow = "1.0.23" tracing-subscriber = "0.3.0" tempfile = "3.3" Loading
crates/tor-proto/Cargo.toml +1 −1 Original line number Diff line number Diff line Loading @@ -45,7 +45,7 @@ typenum = "1.12" zeroize = "1" tokio-crate = { package = "tokio", version = "1.4", optional = true } tokio-util = { version = "0.6", features = ["compat"], optional = true } tokio-util = { version = "0.7.0", features = ["compat"], optional = true } coarsetime = { version = "0.1.20", optional = true } Loading
crates/tor-rtcompat/Cargo.toml +1 −1 Original line number Diff line number Diff line Loading @@ -35,7 +35,7 @@ async-io = { version = "1.4.1", optional = true } async-native-tls = { version = "0.4.0", optional = true } tokio-crate = { package = "tokio", version = "1.4", optional = true, features = ["rt", "rt-multi-thread", "io-util", "net", "time" ] } tokio-util = { version = "0.6", features = ["compat"], optional = true } tokio-util = { version = "0.7.0", features = ["compat"], optional = true } async-rustls = { version = "0.2.0", optional = true } x509-signature = { version = "0.5.0", optional = true } Loading