@@ -42,7 +42,7 @@ llrt_context = { version = "0.7.0-beta", path = "../../libs/llrt_context" }
4242llrt_encoding = { version = " 0.7.0-beta" , path = " ../../libs/llrt_encoding" }
4343llrt_utils = { version = " 0.7.0-beta" , path = " ../../libs/llrt_utils" , default-features = false }
4444once_cell = { version = " 1" , features = [" std" ], default-features = false }
45- rand = { version = " 0.10.0-rc.5 " , features = [
45+ rand = { version = " 0.10.0-rc.8 " , features = [
4646 " std" ,
4747 " std_rng" ,
4848 " thread_rng" ,
@@ -69,41 +69,39 @@ der = { version = "0.8.0-rc.10", features = [
6969 " derive" ,
7070 " alloc" ,
7171], default-features = false , optional = true }
72- ecdsa = { version = " 0.17.0-rc.9 " , default-features = false , optional = true }
73- elliptic-curve = { version = " 0.14.0-rc.17 " , features = [
72+ ecdsa = { version = " 0.17.0-rc.14 " , default-features = false , optional = true }
73+ elliptic-curve = { version = " 0.14.0-rc.24 " , features = [
7474 " alloc" ,
7575], default-features = false , optional = true }
7676llrt_json = { version = " 0.7.0-beta" , path = " ../../libs/llrt_json" , optional = true }
77- md-5 = { version = " 0.11.0-rc.3 " , default-features = false }
78- rsa = { version = " 0.10.0-rc.10 " , features = [
77+ md-5 = { version = " 0.11.0-rc.4 " , default-features = false }
78+ rsa = { version = " 0.10.0-rc.14 " , features = [
7979 " std" ,
8080 " sha2" ,
8181 " encoding" ,
82- " os_rng" ,
8382], default-features = false , optional = true }
84- p256 = { version = " 0.14.0-rc.1 " , features = [
83+ p256 = { version = " 0.14.0-rc.6 " , features = [
8584 " ecdh" ,
8685 " ecdsa" ,
8786 " pkcs8" ,
8887], default-features = false , optional = true }
89- p384 = { version = " 0.14.0-rc.1 " , features = [
88+ p384 = { version = " 0.14.0-rc.6 " , features = [
9089 " ecdh" ,
9190 " ecdsa" ,
9291 " pkcs8" ,
9392], default-features = false , optional = true }
94- p521 = { version = " 0.14.0-rc.1 " , features = [
93+ p521 = { version = " 0.14.0-rc.6 " , features = [
9594 " ecdh" ,
9695 " ecdsa" ,
9796 " pkcs8" ,
9897], default-features = false , optional = true }
99-
100- pkcs8 = { version = " 0.11.0-rc.8" , default-features = false , features = [
98+ pkcs8 = { version = " 0.11.0-rc.10" , default-features = false , features = [
10199 " alloc" ,
102100], optional = true }
103101spki = { version = " 0.8.0-rc.4" , features = [
104102 " alloc" ,
105103], default-features = false , optional = true }
106- x25519-dalek = { version = " 3.0.0-pre.3 " , features = [
104+ x25519-dalek = { version = " 3.0.0-pre.5 " , features = [
107105 " static_secrets" ,
108106 " zeroize" ,
109107], default-features = false , optional = true }
0 commit comments