File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 11[package ]
22name = " parsec-interface"
3- version = " 0.26 .0"
3+ version = " 0.27 .0"
44authors = [" Parsec Project Contributors" ]
55description = " Parsec interface library to communicate using the wire protocol"
66license = " Apache-2.0"
@@ -18,12 +18,12 @@ serde = { version = "1.0.115", features = ["derive"] }
1818bincode = " 1.3.1"
1919num-traits = " 0.2.12"
2020num-derive = " 0.3.2"
21- num = " 0.3 .0"
21+ num = " 0.4 .0"
2222prost = " 0.8.0"
2323arbitrary = { version = " 0.4.6" , features = [" derive" ], optional = true }
2424uuid = " 0.8.1"
2525log = " 0.4.11"
26- psa-crypto = { git = " https://github.com/parallaxsecond/rust-psa-crypto " , rev = " 22ebb4d8e479e1c0d853398cf8487d6389b1ed6f " , default-features = false }
26+ psa-crypto = { version = " 0.9.2 " , default-features = false }
2727zeroize = { version = " 1.1.0" , features = [" zeroize_derive" ] }
2828secrecy = { version = " 0.7.0" , features = [" serde" ] }
2929derivative = " 2.1.1"
You can’t perform that action at this time.
0 commit comments