@@ -35,15 +35,15 @@ hmac = { version = "0.13.0-rc.3", optional = true }
3535p256 = { version = " 0.14.0-rc.2" , optional = true , default-features = false , features = [" ecdsa" ] }
3636p384 = { version = " 0.14.0-rc.2" , optional = true , default-features = false , features = [" ecdsa" ] }
3737p521 = { version = " 0.14.0-rc.2" , optional = true , default-features = false , features = [" ecdsa" ] }
38- rand_core = { version = " 0.10.0-rc-3 " , optional = true , default-features = false }
38+ rand_core = { version = " 0.10.0-rc-5 " , optional = true , default-features = false }
3939rsa = { version = " 0.10.0-rc.12" , optional = true , default-features = false , features = [" sha2" ] }
4040sec1 = { version = " 0.8.0-rc.11" , optional = true , default-features = false , features = [" point" ] }
4141serde = { version = " 1.0.16" , optional = true }
4242sha1 = { version = " 0.11.0-rc.3" , optional = true , default-features = false , features = [" oid" ] }
4343
4444[dev-dependencies ]
4545hex-literal = " 1"
46- chacha20 = { version = " 0.10.0-rc.6 " , features = [" rng" ] }
46+ chacha20 = { version = " 0.10.0-rc.7 " , features = [" rng" ] }
4747
4848[features ]
4949default = [" ecdsa" , " rand_core" , " std" ]
0 commit comments