File tree Expand file tree Collapse file tree 1 file changed +1
-9
lines changed Expand file tree Collapse file tree 1 file changed +1
-9
lines changed Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ fluent-uri = "0.3.2"
23
23
hex = " 0.4.3"
24
24
minicbor = { version = " 0.25.1" , features = [" std" ] }
25
25
num-traits = " 0.2.19"
26
- orx-concurrent-vec = { version = " 3.2 .0" , features = [" serde" ] }
26
+ orx-concurrent-vec = { version = " 3.6 .0" , features = [" serde" ] }
27
27
pallas-crypto = { version = " 0.30.1" , git = " https://github.com/input-output-hk/catalyst-pallas.git" , rev = " 9b5183c8b90b90fe2cc319d986e933e9518957b3" }
28
28
serde = { version = " 1.0.217" , features = [" derive" , " rc" ] }
29
29
thiserror = " 2.0.11"
@@ -33,18 +33,10 @@ chrono = "0.4.39"
33
33
fmmap = { version = " 0.4.0" , features = [" sync" , " tokio" ] }
34
34
once_cell = " 1.20.2"
35
35
tracing = " 0.1.41"
36
-
37
- # Its a transitive dependency of the "orx-concurrent-vec" crate,
38
- # but its breaks API after version "1.3.0".
39
- orx-iterable = { version = " =1.2.0" }
40
36
strum = { version = " 0.27.1" , features = [" derive" ] }
41
37
42
38
[dev-dependencies ]
43
39
ed25519-dalek = { version = " 2.1.1" , features = [" rand_core" ] }
44
40
proptest = { version = " 1.6.0" , features = [" attr-macro" ] }
45
41
rand = " 0.8.5"
46
42
serde_json = " 1"
47
-
48
- [package .metadata .cargo-machete ]
49
- # remove that after fixing issues with latest crates
50
- ignored = [" orx-iterable" ]
You can’t perform that action at this time.
0 commit comments