@@ -15,12 +15,12 @@ repository.workspace = true
1515workspace = true
1616
1717[dependencies ]
18- cardano-chain-follower = { version = " 0.0.8" , git = " https://github.com/input-output-hk/catalyst-libs.git" , tag = " r20250514 -00" }
19- rbac-registration = { version = " 0.0.4" , git = " https://github.com/input-output-hk/catalyst-libs.git" , tag = " r20250514 -00" }
20- catalyst-types = { version = " 0.0.3" , git = " https://github.com/input-output-hk/catalyst-libs.git" , tag = " r20250514 -00" }
21- cardano-blockchain-types = { version = " 0.0.3" , git = " https://github.com/input-output-hk/catalyst-libs.git" , tag = " r20250514 -00" }
22- catalyst-signed-doc = { version = " 0.0.4" , git = " https://github.com/input-output-hk/catalyst-libs.git" , tag = " r20250514 -00" }
23- c509-certificate = { version = " 0.0.3" , git = " https://github.com/input-output-hk/catalyst-libs.git" , tag = " r20250514 -00" }
18+ cardano-chain-follower = { version = " 0.0.8" , git = " https://github.com/input-output-hk/catalyst-libs.git" , tag = " r20250519 -00" }
19+ rbac-registration = { version = " 0.0.4" , git = " https://github.com/input-output-hk/catalyst-libs.git" , tag = " r20250519 -00" }
20+ catalyst-types = { version = " 0.0.3" , git = " https://github.com/input-output-hk/catalyst-libs.git" , tag = " r20250519 -00" }
21+ cardano-blockchain-types = { version = " 0.0.3" , git = " https://github.com/input-output-hk/catalyst-libs.git" , tag = " r20250519 -00" }
22+ catalyst-signed-doc = { version = " 0.0.4" , git = " https://github.com/input-output-hk/catalyst-libs.git" , tag = " r20250519 -00" }
23+ c509-certificate = { version = " 0.0.3" , git = " https://github.com/input-output-hk/catalyst-libs.git" , tag = " r20250519 -00" }
2424
2525pallas = { version = " 0.30.1" , git = " https://github.com/input-output-hk/catalyst-pallas.git" , rev = " 9b5183c8b90b90fe2cc319d986e933e9518957b3" }
2626pallas-traverse = { version = " 0.30.1" , git = " https://github.com/input-output-hk/catalyst-pallas.git" , rev = " 9b5183c8b90b90fe2cc319d986e933e9518957b3" }
@@ -109,9 +109,6 @@ poem-openapi-derive = { version = "=5.1.4" }
109109# Its a transitive dependency of the "poem-openapi-derive" crate,
110110# but its breaks API after version "0.20.11".
111111darling = { version = " =0.20.10" }
112- # Its a transitive dependency of the "orx-concurrent-vec" crate,
113- # but its breaks API after version "1.3.0".
114- orx-iterable = { version = " =1.2.0" }
115112
116113[dev-dependencies ]
117114
@@ -120,4 +117,4 @@ build-info-build = "0.0.39"
120117
121118[package .metadata .cargo-machete ]
122119# remove that after fixing issues with latest crates
123- ignored = [" poem-openapi-derive" , " darling" , " orx-iterable " ]
120+ ignored = [" poem-openapi-derive" , " darling" ]
0 commit comments