11[package ]
22name = " cardano-chain-follower"
3- version = " 0.0.16 "
3+ version = " 0.0.15 "
44edition.workspace = true
55authors.workspace = true
66homepage.workspace = true
@@ -16,8 +16,8 @@ mithril-client = { version = "=0.12.2", default-features = false, features = [
1616 " num-integer-backend" ,
1717] }
1818
19- cardano-blockchain-types = { version = " 0.0.7 " , git = " https://github.com/input-output-hk/catalyst-libs.git" , tag = " cardano-blockchain-types/v0.0.6" }
20- catalyst-types = { version = " 0.0.8" , git = " https://github.com/input-output-hk/catalyst-libs.git" , tag = " catalyst-types/v0.0.8" }
19+ cardano-blockchain-types = { version = " 0.0.6 " , git = " https://github.com/input-output-hk/catalyst-libs.git" , tag = " cardano-blockchain-types/v0.0.6" }
20+ catalyst-types = { version = " 0.0.8" , git = " https://github.com/input-output-hk/catalyst-libs.git" , tag = " catalyst-types/v0.0.8" }
2121
2222thiserror = " 1.0.69"
2323tokio = { version = " 1.45.0" , features = [
@@ -55,13 +55,13 @@ moka = { version = "0.12.9", features = ["sync"] }
5555cpu-time = " 1.0.0"
5656
5757[dev-dependencies ]
58- tracing-subscriber = { version = " 0.3.19" , features = [" env-filter" , " json" ] }
58+ tracing-subscriber = { version = " 0.3.19" , features = [" env-filter" ," json" ] }
5959test-log = { version = " 0.2.16" , default-features = false , features = [
6060 " trace" ,
6161] }
6262clap = " 4.5.23"
6363rbac-registration = { version = " 0.0.8" , git = " https://github.com/input-output-hk/catalyst-libs.git" , tag = " rbac-registration/v0.0.8" }
64- minicbor = { version = " 2.0.0" , features = [" alloc" , " half" ] }
64+ minicbor = { version = " 2.0.0" , features = [" alloc" ," half" ]}
6565
6666# Note, these features are for support of features exposed by dependencies.
6767[features ]
0 commit comments