Run cargo-upgrade.

This commit is contained in:
Nick Mathewson 2020-08-28 18:14:17 -04:00
parent f55f86c6a8
commit 4b75c51882
5 changed files with 20 additions and 21 deletions

View File

@ -10,11 +10,11 @@ publish = false
tor-llcrypto = { path="../tor-llcrypto" }
arrayref = "0.3.6"
generic-array = "0.14.3"
crypto-mac = "0.8.0"
generic-array = "0.14.4"
crypto-mac = "0.9.1"
thiserror = "1.0.20"
signature = "1.1.0"
signature = "1.2.2"
[dev-dependencies]
hex-literal = "0.3.0"
hex-literal = "0.3.1"

View File

@ -10,7 +10,7 @@ publish = false
caret = { path="../caret" }
tor-llcrypto = { path="../tor-llcrypto" }
tor-bytes = { path="../tor-bytes" }
signature = "1.1.0"
signature = "1.2.2"
[dev-dependencies]
base64 = "0.12.3"

View File

@ -10,27 +10,26 @@ publish = false
arrayref = "0.3.6"
digest = "0.9.0"
typenum = "1.12.0"
# XXXX why did I have to downgrade?
#generic-array = "0.12"
generic-array = "0.14.3"
generic-array = "0.14.4"
aes-ctr = "0.4.0"
zeroize = "1.1.0"
rsa = "0.3.0"
simple_asn1= "0.4.1"
subtle = "2.2.3"
stream-cipher = "0.4.0"
# Can't upgrade past this because of aes-ctr crate! Why?
stream-cipher = "^0.4"
num-traits = "0.2.12"
num-bigint = "0.3.0"
curve25519-dalek = "2.1.0"
x25519-dalek = "0.6.0"
ed25519-dalek = "1.0.0-pre.4"
curve25519-dalek = "3.0.0"
x25519-dalek = "1.0.1"
ed25519-dalek = "1.0.0"
sha-1 = "0.9.1"
sha2 = "0.9.1"
sha3 = "0.9.1"
[dev-dependencies]
hex-literal = "0.3.0"
signature = "*"
hex-literal = "0.3.1"
signature = "1.2.2"
# This is a magic crate that runs the tests and checks the format
# before it lets you commit or push. It installs git hooks for this whenever

View File

@ -17,5 +17,5 @@ hex = "0.4.2"
lazy_static = "1.4.0"
base64 = "0.12.3"
thiserror = "1.0.20"
chrono = "0.4.13"
signature = "1.1.0"
chrono = "0.4.15"
signature = "1.2.2"

View File

@ -16,16 +16,16 @@ digest = "0.9.0"
rand = "0.7.3"
typenum = "1.12.0"
# XXXX why did I have to downgrade?
generic-array = "0.14.3"
generic-array = "0.14.4"
rand_core = "0.5.1"
crypto-mac = "0.8.0"
hmac = "0.8.1"
crypto-mac = "0.9.1"
hmac = "0.9.0"
hkdf = "0.9.0"
zeroize = "1.1.0"
subtle = "2.2.3"
stream-cipher = "0.6.0"
stream-cipher = "0.7.1"
sha2 = "0.9.1"
[dev-dependencies]
hex-literal = "0.3.0"
hex-literal = "0.3.1"