@@ -15,13 +15,12 @@ pallas = { version = "0.30.1", git = "https://github.com/input-output-hk/catalys
1515pallas-hardano = { version = " 0.30.1" , git = " https://github.com/input-output-hk/catalyst-pallas.git" , rev = " 9b5183c8b90b90fe2cc319d986e933e9518957b3" }
1616pallas-crypto = { version = " 0.30.1" , git = " https://github.com/input-output-hk/catalyst-pallas.git" , rev = " 9b5183c8b90b90fe2cc319d986e933e9518957b3" }
1717
18- # mithril-client = { version = "0.10.4", git = "https://github.com/input-output-hk/mithril", rev = "c6c7ebafae0158b2c1672eb96f6ef832fd542f93", default-features = false, features = [
1918mithril-client = { version = " 0.10.4" , default-features = false , features = [
2019 " full" ,
2120 " num-integer-backend" ,
2221] }
23-
24- rbac-registration = { version = " 0.0.2 " , git = " https://github.com/input-output-hk/catalyst-libs.git" , tag = " v0.0.8 " }
22+ cardano-blockchain-types = { version = " 0.0.1 " , git = " https://github.com/input-output-hk/catalyst-libs.git " , tag = " r20250114-00 " }
23+ catalyst-types = { version = " 0.0.1 " , git = " https://github.com/input-output-hk/catalyst-libs.git" , tag = " r20250108-00 " }
2524
2625thiserror = " 1.0.69"
2726tokio = { version = " 1.42.0" , features = [
@@ -37,26 +36,20 @@ url = "2.5.4"
3736anyhow = " 1.0.95"
3837chrono = " 0.4.39"
3938async-trait = " 0.1.83"
40- dirs = " 5.0.1"
4139futures = " 0.3.31"
4240humantime = " 2.1.0"
4341crossbeam-skiplist = " 0.1.3"
4442crossbeam-channel = " 0.5.14"
4543crossbeam-epoch = " 0.9.18"
4644strum = " 0.26.3"
47- ouroboros = " 0.18.4"
4845hex = " 0.4.3"
4946rayon = " 1.10.0"
5047serde = " 1.0.217"
5148serde_json = " 1.0.134"
5249mimalloc = { version = " 0.1.43" , optional = true }
5350memx = " 0.1.32"
5451fmmap = { version = " 0.3.3" , features = [" sync" , " tokio-async" ] }
55- minicbor = { version = " 0.25.1" , features = [" alloc" , " derive" , " half" ] }
5652zstd = " 0.13.2"
57- ed25519-dalek = " 2.1.1"
58- blake2b_simd = " 1.0.2"
59- num-traits = " 0.2.19"
6053logcall = " 0.1.11"
6154tar = " 0.4.43"
6255ureq = { version = " 2.12.1" , features = [" native-certs" ] }
@@ -65,12 +58,12 @@ hickory-resolver = { version = "0.24.2", features = ["dns-over-rustls"] }
6558moka = { version = " 0.12.9" , features = [" sync" ] }
6659
6760[dev-dependencies ]
68- hex = " 0.4.3"
6961tracing-subscriber = { version = " 0.3.19" , features = [" env-filter" ] }
7062test-log = { version = " 0.2.16" , default-features = false , features = [
7163 " trace" ,
7264] }
7365clap = " 4.5.23"
66+ # rbac-registration = { version = "0.0.2", git = "https://github.com/input-output-hk/catalyst-libs.git", tag = "v0.0.8" }
7467
7568# Note, these features are for support of features exposed by dependencies.
7669[features ]
0 commit comments