File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11[package ]
22name = " concordium-smart-contract-testing"
33version = " 4.4.0"
4- edition = " 2021 "
4+ edition = " 2024 "
55rust-version = " 1.85"
66license = " MPL-2.0"
77readme = " README.md"
@@ -15,19 +15,10 @@ exclude = ["tests"]
1515[dependencies ]
1616concordium-rust-sdk = { version = " 9.0.0" , path = " ../concordium-rust-sdk" }
1717tokio = { version = " 1.28" , features = [" rt-multi-thread" , " time" ] }
18- sha2 = " 0.10"
1918anyhow = " 1"
20- # Pinned to version `1.6.0`, since otherwise rust version `1.73` would refuse to build.
21- base64ct = " =1.6.0"
22- thiserror = " 1.0"
23- num-bigint = " 0.4"
19+ thiserror = " 2.0.0"
20+ num-bigint = " 0.5.1"
2421num-integer = " 0.1"
2522
26- # Pin versions to be compatible with 1.73. Remove pins when MSRV is pumped
27- rayon = " >=1.0, <1.11"
28- rayon-core = " >=1.0, <1.13"
29- serde_with = " >=3.0, <3.13"
30- ed25519-dalek = " >=2.0, <2.2.0"
31-
3223[dev-dependencies ]
3324rand = " 0.8"
You can’t perform that action at this time.
0 commit comments