Loading client-demo/Cargo.toml +3 −3 Original line number Diff line number Diff line Loading @@ -18,12 +18,12 @@ tor-socksproto = { path="../tor-socksproto", version= "*" } tor-dirclient = { path="../tor-dirclient", version = "*" } tor-linkspec = { path="../tor-linkspec", version= "*" } anyhow = "1.0.36" anyhow = "1.0.37" async-native-tls = "0.3.3" futures = "0.3.8" log = "0.4.11" native-tls = "0.2.6" native-tls = "0.2.7" rand = "0.7.3" simple-logging = "2.0.2" thiserror = "1.0.22" thiserror = "1.0.23" argh = "0.1.4" tor-bytes/Cargo.toml +1 −1 Original line number Diff line number Diff line Loading @@ -15,7 +15,7 @@ bytes = "0.5.6" crypto-mac = "0.10.0" generic-array = "0.14.4" signature = "1.2.2" thiserror = "1.0.22" thiserror = "1.0.23" [dev-dependencies] hex-literal = "0.3.1" Loading tor-cell/Cargo.toml +1 −1 Original line number Diff line number Diff line Loading @@ -19,7 +19,7 @@ bitflags = "1.2.1" bytes = "0.5.6" rand = "0.7.3" rand_core = "0.5.1" thiserror = "1.0.22" thiserror = "1.0.23" [dev-dependencies] hex-literal = "0.3.1" Loading tor-chanmgr/Cargo.toml +3 −3 Original line number Diff line number Diff line Loading @@ -17,15 +17,15 @@ tor-proto = { path="../tor-proto", version= "*" } tor-linkspec = { path="../tor-linkspec", version= "*" } tor-llcrypto = { path="../tor-llcrypto", version= "*" } anyhow = "1.0.36" anyhow = "1.0.37" async-trait = "0.1.42" event-listener = "2.5.1" futures = "0.3.8" log = "0.4.11" thiserror = "1.0.22" thiserror = "1.0.23" async-native-tls = { version = "0.3.3", optional = true } native-tls = { version = "0.2.6", optional = true } native-tls = { version = "0.2.7", optional = true } [dev-dependencies] futures-await-test = "0.3.0" tor-checkable/Cargo.toml +1 −1 Original line number Diff line number Diff line Loading @@ -10,6 +10,6 @@ publish = false tor-llcrypto = { path="../tor-llcrypto", version = "*" } signature = "1.2.2" thiserror = "1.0.22" thiserror = "1.0.23" Loading
client-demo/Cargo.toml +3 −3 Original line number Diff line number Diff line Loading @@ -18,12 +18,12 @@ tor-socksproto = { path="../tor-socksproto", version= "*" } tor-dirclient = { path="../tor-dirclient", version = "*" } tor-linkspec = { path="../tor-linkspec", version= "*" } anyhow = "1.0.36" anyhow = "1.0.37" async-native-tls = "0.3.3" futures = "0.3.8" log = "0.4.11" native-tls = "0.2.6" native-tls = "0.2.7" rand = "0.7.3" simple-logging = "2.0.2" thiserror = "1.0.22" thiserror = "1.0.23" argh = "0.1.4"
tor-bytes/Cargo.toml +1 −1 Original line number Diff line number Diff line Loading @@ -15,7 +15,7 @@ bytes = "0.5.6" crypto-mac = "0.10.0" generic-array = "0.14.4" signature = "1.2.2" thiserror = "1.0.22" thiserror = "1.0.23" [dev-dependencies] hex-literal = "0.3.1" Loading
tor-cell/Cargo.toml +1 −1 Original line number Diff line number Diff line Loading @@ -19,7 +19,7 @@ bitflags = "1.2.1" bytes = "0.5.6" rand = "0.7.3" rand_core = "0.5.1" thiserror = "1.0.22" thiserror = "1.0.23" [dev-dependencies] hex-literal = "0.3.1" Loading
tor-chanmgr/Cargo.toml +3 −3 Original line number Diff line number Diff line Loading @@ -17,15 +17,15 @@ tor-proto = { path="../tor-proto", version= "*" } tor-linkspec = { path="../tor-linkspec", version= "*" } tor-llcrypto = { path="../tor-llcrypto", version= "*" } anyhow = "1.0.36" anyhow = "1.0.37" async-trait = "0.1.42" event-listener = "2.5.1" futures = "0.3.8" log = "0.4.11" thiserror = "1.0.22" thiserror = "1.0.23" async-native-tls = { version = "0.3.3", optional = true } native-tls = { version = "0.2.6", optional = true } native-tls = { version = "0.2.7", optional = true } [dev-dependencies] futures-await-test = "0.3.0"
tor-checkable/Cargo.toml +1 −1 Original line number Diff line number Diff line Loading @@ -10,6 +10,6 @@ publish = false tor-llcrypto = { path="../tor-llcrypto", version = "*" } signature = "1.2.2" thiserror = "1.0.22" thiserror = "1.0.23"