@@ -26,23 +26,23 @@ rustdoc-args = ["--cfg", "docsrs"]
2626
2727[dependencies ]
2828# Public dependencies (present in public API of the crate).
29- elliptic-curve = { version = " =0.14.0-rc.16 " , features = [" alloc" , " sec1" ] }
29+ elliptic-curve = { version = " =0.14.0-rc.29 " , features = [" alloc" , " sec1" ] }
3030
3131# Enables `Serialize` / `Deserialize` implementation for most types in the crate.
3232serde = { version = " 1.0" , default-features = false , features = [" derive" , " alloc" ], optional = true }
3333
3434# Private dependencies (not exposed via public APIs).
3535base64ct = { version = " 1.8" , default-features = false , features = [" alloc" ] }
36- hashbrown = { version = " 0.16.0 " , optional = true }
36+ hashbrown = { version = " 0.16.1 " , optional = true }
3737merlin = { version = " 3.0.0" , default-features = false }
38- rand_chacha = { version = " 0.9 .0" , default-features = false }
39- sha2 = { version = " = 0.11.0-rc.2 " , default-features = false }
38+ rand_chacha = { version = " 0.10 .0" , default-features = false }
39+ sha2 = { version = " 0.11.0" , default-features = false }
4040subtle = { version = " 2.6.1" , default-features = false }
4141
4242# Crypto backend to support Curve25519 prime subgroup and Ristretto255 group;
4343# a public dependency.
4444[dependencies .curve25519-dalek ]
45- version = " =5.0.0-pre.1 "
45+ version = " =5.0.0-pre.6 "
4646optional = true
4747
4848# Crypto backend to support Curve25519 prime subgroup and Ristretto255 group;
@@ -59,14 +59,14 @@ bulletproofs = "5.0.0"
5959bulletproofs-curve = { package = " curve25519-dalek" , version = " 4.1.1" }
6060bulletproofs-rand-core = { package = " rand_core" , version = " 0.6" }
6161
62- criterion = " 0.7.0 "
62+ criterion = " 0.8.2 "
6363doc-comment = " 0.3.4"
64- insta = { version = " 1.43.2 " , features = [" yaml" ] }
65- k256 = { version = " =0.14.0-rc.0 " , default-features = false , features = [" arithmetic" ] }
66- rand = " 0.9.2 "
64+ insta = { version = " 1.47.1 " , features = [" yaml" ] }
65+ k256 = { version = " =0.14.0-rc.8 " , default-features = false , features = [" arithmetic" ] }
66+ rand = " 0.10.0 "
6767serde_json = " 1.0"
68- clap = { version = " 4.5.51 " , features = [" derive" ] }
69- test-casing = " 0.1.3 "
68+ clap = { version = " 4.5.60 " , features = [" derive" ] }
69+ test-casing = " =0.2.0-beta.1 "
7070version-sync = " 0.9.2"
7171yab = { version = " 0.1.0" , git = " https://github.com/slowli/yab.git" , rev = " efaa2fd6088a6ad52911806e56609dd29106c225" }
7272
0 commit comments