Update some libraries, and now RSA works again!
This commit is contained in:
16
Cargo.toml
16
Cargo.toml
@@ -9,17 +9,17 @@ license-file = "LICENSE"
|
||||
repository = "https://github.com/acw/simple_crypto"
|
||||
|
||||
[dependencies]
|
||||
byteorder = "^1.2.3"
|
||||
byteorder = "^1.2.7"
|
||||
cryptonum = { path = "../cryptonum" }
|
||||
digest = "^0.7.1"
|
||||
num = "^0.1.42"
|
||||
rand = "^0.3"
|
||||
sha-1 = "^0.7.0"
|
||||
sha2 = "^0.7.0"
|
||||
simple_asn1 = "^0.1.0"
|
||||
digest = "^0.8.0"
|
||||
num = "^0.2.0"
|
||||
rand = "^0.6.0"
|
||||
sha-1 = "^0.8.1"
|
||||
sha2 = "^0.8.0"
|
||||
simple_asn1 = "^0.2.0"
|
||||
|
||||
[dev-dependencies]
|
||||
quickcheck = "^0.4.1"
|
||||
quickcheck = "^0.7.2"
|
||||
|
||||
[profile.test]
|
||||
opt-level = 2
|
||||
|
||||
Reference in New Issue
Block a user