@@ -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 = " r20250325 -00" }
19- rbac-registration = { version = " 0.0.4" , git = " https://github.com/input-output-hk/catalyst-libs.git" , tag = " r20250325 -00" }
20- catalyst-types = { version = " 0.0.3" , git = " https://github.com/input-output-hk/catalyst-libs.git" , tag = " r20250325 -00" }
21- cardano-blockchain-types = { version = " 0.0.3" , git = " https://github.com/input-output-hk/catalyst-libs.git" , tag = " r20250325 -00" }
22- catalyst-signed-doc = { version = " 0.0.4" , git = " https://github.com/input-output-hk/catalyst-libs.git" , tag = " r20250325 -00" }
23- c509-certificate = { version = " 0.0.3" , git = " https://github.com/input-output-hk/catalyst-libs.git" , tag = " r20250325 -00" }
18+ cardano-chain-follower = { version = " 0.0.8" , git = " https://github.com/input-output-hk/catalyst-libs.git" , tag = " r20250406 -00" }
19+ rbac-registration = { version = " 0.0.4" , git = " https://github.com/input-output-hk/catalyst-libs.git" , tag = " r20250406 -00" }
20+ catalyst-types = { version = " 0.0.3" , git = " https://github.com/input-output-hk/catalyst-libs.git" , tag = " r20250406 -00" }
21+ cardano-blockchain-types = { version = " 0.0.3" , git = " https://github.com/input-output-hk/catalyst-libs.git" , tag = " r20250406 -00" }
22+ catalyst-signed-doc = { version = " 0.0.4" , git = " https://github.com/input-output-hk/catalyst-libs.git" , tag = " r20250406 -00" }
23+ c509-certificate = { version = " 0.0.3" , git = " https://github.com/input-output-hk/catalyst-libs.git" , tag = " r20250406 -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" }
@@ -66,7 +66,7 @@ futures = "0.3.31"
6666rand = " 0.8.5"
6767moka = { version = " 0.12.8" , features = [" future" ] }
6868crossbeam-skiplist = " 0.1.3"
69- poem = { version = " 3.1.6" , features = [" embed" , " prometheus" , " compression" ] }
69+ poem = { version = " = 3.1.6" , features = [" embed" , " prometheus" , " compression" ] }
7070poem-openapi = { version = " =5.1.5" , features = [
7171 " openapi-explorer" ,
7272 " rapidoc" ,
@@ -98,19 +98,24 @@ stats_alloc = "0.1.10"
9898memory-stats = " 1.0.0"
9999derive_more = { version = " 2.0.1" , default-features = false , features = [" from" , " into" ] }
100100rayon = " 1.10"
101- oid-registry = " 0.7.1"
102101x509-cert = " 0.2.5"
102+ minicbor = { version = " 0.25.1" , features = [" alloc" ] }
103103
104104# Its a transitive dependency of the "poem-openapi" crate,
105105# but its breaks API after version "5.1.8".
106106poem-openapi-derive = { version = " =5.1.4" }
107+ # Its a transitive dependency of the "poem-openapi-derive" crate,
108+ # but its breaks API after version "0.20.11".
109+ darling = { version = " =0.20.10" }
110+ # Its a transitive dependency of the "orx-concurrent-vec" crate,
111+ # but its breaks API after version "1.3.0".
112+ orx-iterable = { version = " =1.2.0" }
107113
108114[dev-dependencies ]
109- x509-cert = { version = " 0.2.5" , features = [" builder" ] }
110115
111116[build-dependencies ]
112117build-info-build = " 0.0.39"
113118
114119[package .metadata .cargo-machete ]
115120# remove that after fixing issues with latest crates
116- ignored = [" poem-openapi-derive" ]
121+ ignored = [" poem-openapi-derive" , " darling " , " orx-iterable " ]
0 commit comments