From baba6a6bed7a997b59ef261708de40d970b0e8e8 Mon Sep 17 00:00:00 2001 From: Mr-Leshiy Date: Mon, 17 Nov 2025 11:37:10 +0700 Subject: [PATCH 1/2] Bump `cardano-chain-follower` with the latest cardano-blockchain-types `0.0.9` version --- rust/cardano-chain-follower/Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/rust/cardano-chain-follower/Cargo.toml b/rust/cardano-chain-follower/Cargo.toml index 3497d5792f..40a3ffb04e 100644 --- a/rust/cardano-chain-follower/Cargo.toml +++ b/rust/cardano-chain-follower/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "cardano-chain-follower" -version = "0.0.18" +version = "0.0.19" edition.workspace = true authors.workspace = true homepage.workspace = true @@ -16,7 +16,7 @@ mithril-client = { version = "=0.12.2", default-features = false, features = [ "num-integer-backend", ] } -cardano-blockchain-types = { version = "0.0.8", git = "https://github.com/input-output-hk/catalyst-libs.git", tag = "cardano-blockchain-types/v0.0.8" } +cardano-blockchain-types = { version = "0.0.9", git = "https://github.com/input-output-hk/catalyst-libs.git", tag = "cardano-blockchain-types/v0.0.9" } catalyst-types = { version = "0.0.10", git = "https://github.com/input-output-hk/catalyst-libs.git", tag = "catalyst-types/v0.0.10" } thiserror = "1.0.69" From 12a3ebb4b2242a3033d12acb072141ef08ad3def Mon Sep 17 00:00:00 2001 From: Mr-Leshiy Date: Wed, 26 Nov 2025 15:22:23 +0700 Subject: [PATCH 2/2] wip --- rust/cardano-chain-follower/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rust/cardano-chain-follower/Cargo.toml b/rust/cardano-chain-follower/Cargo.toml index 40a3ffb04e..3558270d69 100644 --- a/rust/cardano-chain-follower/Cargo.toml +++ b/rust/cardano-chain-follower/Cargo.toml @@ -60,7 +60,7 @@ test-log = { version = "0.2.16", default-features = false, features = [ "trace", ] } clap = "4.5.23" -rbac-registration = { version = "0.0.14", git = "https://github.com/input-output-hk/catalyst-libs.git", tag = "rbac-registration/v0.0.14" } +rbac-registration = { version = "0.0.15", git = "https://github.com/input-output-hk/catalyst-libs.git", tag = "rbac-registration/v0.0.15" } minicbor = { version = "2.0.0", features = ["alloc", "half"] } # Note, these features are for support of features exposed by dependencies.