Skip to content

Commit cc9ba8f

Browse files
authored
bump orx concurrent vector (#321)
1 parent a86af95 commit cc9ba8f

File tree

1 file changed

+1
-9
lines changed

1 file changed

+1
-9
lines changed

rust/catalyst-types/Cargo.toml

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ fluent-uri = "0.3.2"
2323
hex = "0.4.3"
2424
minicbor = { version = "0.25.1", features = ["std"] }
2525
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"] }
2727
pallas-crypto = { version = "0.30.1", git = "https://github.com/input-output-hk/catalyst-pallas.git", rev = "9b5183c8b90b90fe2cc319d986e933e9518957b3" }
2828
serde = { version = "1.0.217", features = ["derive", "rc"] }
2929
thiserror = "2.0.11"
@@ -33,18 +33,10 @@ chrono = "0.4.39"
3333
fmmap = { version = "0.4.0", features = ["sync", "tokio"] }
3434
once_cell = "1.20.2"
3535
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" }
4036
strum = { version = "0.27.1", features = ["derive"] }
4137

4238
[dev-dependencies]
4339
ed25519-dalek = { version = "2.1.1", features = ["rand_core"] }
4440
proptest = { version = "1.6.0", features = ["attr-macro"] }
4541
rand = "0.8.5"
4642
serde_json = "1"
47-
48-
[package.metadata.cargo-machete]
49-
# remove that after fixing issues with latest crates
50-
ignored = ["orx-iterable"]

0 commit comments

Comments
 (0)