File tree Expand file tree Collapse file tree 1 file changed +7
-7
lines changed
Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -12,20 +12,20 @@ categories = ["cryptography"]
1212license = " 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"
2020hmac-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" ] }
2222ct-codecs = " 1"
2323derive-new = " 0.7.0"
2424derive_more = { version = " 2.1.1" , features = [" full" ] }
2525serde = { version = " 1" , features = [" derive" ], optional = true }
2626
2727[dev-dependencies ]
28- criterion = " 0.8.1 "
28+ criterion = " 0.8.2 "
2929serde_json = " 1"
3030
3131[features ]
You can’t perform that action at this time.
0 commit comments