Skip to content

Commit 961747f

Browse files
committed
chore(data_structures): remove redundant dependencies
1 parent 8a74c26 commit 961747f

File tree

2 files changed

+1
-32
lines changed

2 files changed

+1
-32
lines changed

Cargo.lock

Lines changed: 0 additions & 30 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

data_structures/Cargo.toml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,11 +23,9 @@ num_enum = "0.4.2"
2323
num-traits = "0.2.15"
2424
ordered-float = "3.0"
2525
partial_struct = { path = "../partial_struct" }
26-
pdatastructs = "0.7.0"
2726
protobuf = { version = "2.23.0", features = ["with-serde"] }
2827
protobuf-convert = "0.1.1"
2928
rand = "0.8.5"
30-
rand_distr = "0.4.3"
3129
serde = { version = "1.0.104", features = ["derive"] }
3230
serde_cbor = "0.11.1"
3331
serde_json = "1.0.48"
@@ -44,6 +42,7 @@ exonum-build = "0.12.0"
4442

4543
[dev-dependencies]
4644
bencher = "0.1.5"
45+
rand_distr = "0.4.3"
4746

4847
[[bench]]
4948
name = "sort_active_identities"

0 commit comments

Comments
 (0)