@@ -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 = " r20250330 -00" }
19+ rbac-registration = { version = " 0.0.4" , git = " https://github.com/input-output-hk/catalyst-libs.git" , tag = " r20250330 -00" }
20+ catalyst-types = { version = " 0.0.3" , git = " https://github.com/input-output-hk/catalyst-libs.git" , tag = " r20250330 -00" }
21+ cardano-blockchain-types = { version = " 0.0.3" , git = " https://github.com/input-output-hk/catalyst-libs.git" , tag = " r20250330 -00" }
22+ catalyst-signed-doc = { version = " 0.0.4" , git = " https://github.com/input-output-hk/catalyst-libs.git" , tag = " r20250330 -00" }
23+ c509-certificate = { version = " 0.0.3" , git = " https://github.com/input-output-hk/catalyst-libs.git" , tag = " r20250330 -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" ,
@@ -104,6 +104,9 @@ x509-cert = "0.2.5"
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" }
107110
108111[dev-dependencies ]
109112x509-cert = { version = " 0.2.5" , features = [" builder" ] }
@@ -113,4 +116,4 @@ build-info-build = "0.0.39"
113116
114117[package .metadata .cargo-machete ]
115118# remove that after fixing issues with latest crates
116- ignored = [" poem-openapi-derive" ]
119+ ignored = [" poem-openapi-derive" , " darling " ]
0 commit comments