11[package ]
22name = " cardano-chain-follower"
3- version = " 0.0.8 "
3+ version = " 0.0.9 "
44edition.workspace = true
55authors.workspace = true
66homepage.workspace = true
@@ -11,15 +11,15 @@ license.workspace = true
1111workspace = true
1212
1313[dependencies ]
14- pallas = { version = " 0.30.1 " , git = " https://github.com/input-output-hk/catalyst-pallas.git " , rev = " 9b5183c8b90b90fe2cc319d986e933e9518957b3 " }
15- pallas-hardano = { version = " 0.30.1 " , git = " https://github.com/input-output-hk/catalyst-pallas.git " , rev = " 9b5183c8b90b90fe2cc319d986e933e9518957b3 " }
16- pallas-crypto = { version = " 0.30.1 " , git = " https://github.com/input-output-hk/catalyst-pallas.git " , rev = " 9b5183c8b90b90fe2cc319d986e933e9518957b3 " }
14+ pallas = { version = " 0.33.0 " }
15+ pallas-hardano = { version = " 0.33.0 " }
16+ pallas-crypto = { version = " 0.33.0 " }
1717
1818mithril-client = { version = " 0.12.2" , default-features = false , features = [
1919 " full" ,
2020 " num-integer-backend" ,
2121] }
22- cardano-blockchain-types = { version = " 0.0.3 " , path = " ../cardano-blockchain-types" }
22+ cardano-blockchain-types = { version = " 0.0.4 " , path = " ../cardano-blockchain-types" }
2323catalyst-types = { version = " 0.0.3" , path = " ../catalyst-types" }
2424
2525
@@ -64,7 +64,7 @@ test-log = { version = "0.2.16", default-features = false, features = [
6464 " trace" ,
6565] }
6666clap = " 4.5.23"
67- rbac-registration = { version = " 0.0.4 " , path = " ../rbac-registration" }
67+ rbac-registration = { version = " 0.0.5 " , path = " ../rbac-registration" }
6868
6969# Note, these features are for support of features exposed by dependencies.
7070[features ]
0 commit comments