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"
2323hex = " 0.4.3"
2424minicbor = { version = " 0.25.1" , features = [" std" ] }
2525num-traits = " 0.2.19"
26- orx-concurrent-vec = { version = " 3.2 .0" , features = [" serde" ] }
26+ orx-concurrent-vec = { version = " 3.6 .0" , features = [" serde" ] }
2727pallas-crypto = { version = " 0.30.1" , git = " https://github.com/input-output-hk/catalyst-pallas.git" , rev = " 9b5183c8b90b90fe2cc319d986e933e9518957b3" }
2828serde = { version = " 1.0.217" , features = [" derive" , " rc" ] }
2929thiserror = " 2.0.11"
@@ -33,18 +33,10 @@ chrono = "0.4.39"
3333fmmap = { version = " 0.4.0" , features = [" sync" , " tokio" ] }
3434once_cell = " 1.20.2"
3535tracing = " 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" }
4036strum = { version = " 0.27.1" , features = [" derive" ] }
4137
4238[dev-dependencies ]
4339ed25519-dalek = { version = " 2.1.1" , features = [" rand_core" ] }
4440proptest = { version = " 1.6.0" , features = [" attr-macro" ] }
4541rand = " 0.8.5"
4642serde_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