Commit f01d641e authored by Nick Mathewson's avatar Nick Mathewson 🤹
Browse files

cargo upgrade.

parent a052f123
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -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"
+1 −1
Original line number Diff line number Diff line
@@ -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"
+1 −1
Original line number Diff line number Diff line
@@ -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"
+3 −3
Original line number Diff line number Diff line
@@ -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"
+1 −1
Original line number Diff line number Diff line
@@ -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