Skip to content

Commit c3f202c

Browse files
committed
Update deps
1 parent 849f63b commit c3f202c

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

Cargo.toml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -12,20 +12,20 @@ categories = ["cryptography"]
1212
license = "MIT"
1313

1414
[dependencies]
15-
rand = "0.10.0-rc.8"
16-
rand_core = "=0.10.0-rc-6"
17-
rsa = { version = "0.10.0-rc.14", features = ["hazmat"] }
18-
crypto-bigint = "0.7.0-rc.22"
19-
digest = "0.11.0-rc.9"
15+
rand = "0.10.0"
16+
rand_core = "0.10.0"
17+
rsa = { version = "0.10.0-rc.15", features = ["hazmat"] }
18+
crypto-bigint = "0.7.0-rc.27"
19+
digest = "0.11.0"
2020
hmac-sha256 = { version = "1.1.13", features = ["traits011"] }
21-
hmac-sha512 = { version = "1.1.10", features = ["traits011", "sha384"] }
21+
hmac-sha512 = { version = "1.1.11", features = ["traits011", "sha384"] }
2222
ct-codecs = "1"
2323
derive-new = "0.7.0"
2424
derive_more = { version = "2.1.1", features = ["full"] }
2525
serde = { version = "1", features = ["derive"], optional = true }
2626

2727
[dev-dependencies]
28-
criterion = "0.8.1"
28+
criterion = "0.8.2"
2929
serde_json = "1"
3030

3131
[features]

0 commit comments

Comments
 (0)