cargo upgrade

This commit is contained in:
Nick Mathewson 2020-09-29 16:43:16 -04:00
parent d0bed5e647
commit beee7a7f2a
2 changed files with 3 additions and 3 deletions

View File

@ -13,11 +13,11 @@ tor-proto = { path="../tor-proto", version= "*" }
tor-linkspec = { path="../tor-linkspec", version= "*" }
async-native-tls = "0.3.3"
async-std = "1.6.4"
async-std = "1.6.5"
futures = "0.3.5"
log = "0.4.11"
native-tls = "0.2.4"
rand = "0.7.3"
simple-logging = "2.0.2"
thiserror = "1.0.20"
argh = "*"
argh = "0.1.3"

View File

@ -35,4 +35,4 @@ zeroize = "1.1.1"
[dev-dependencies]
hex-literal = "0.3.1"
hex = "0.4.2"
hex = "0.4.2"