Skip to content

Commit ebc0676

Browse files
committed
Remove unused dependencies
1 parent 80c27c3 commit ebc0676

1 file changed

Lines changed: 3 additions & 12 deletions

File tree

contract-testing/Cargo.toml

Lines changed: 3 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
name = "concordium-smart-contract-testing"
33
version = "4.4.0"
4-
edition = "2021"
4+
edition = "2024"
55
rust-version = "1.85"
66
license = "MPL-2.0"
77
readme = "README.md"
@@ -15,19 +15,10 @@ exclude = ["tests"]
1515
[dependencies]
1616
concordium-rust-sdk = { version = "9.0.0", path = "../concordium-rust-sdk" }
1717
tokio = { version = "1.28", features = ["rt-multi-thread", "time"] }
18-
sha2 = "0.10"
1918
anyhow = "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"
2421
num-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]
3324
rand = "0.8"

0 commit comments

Comments
 (0)