From a1288da3fd9a08fd44c44f202d8fb26c8d9a2cfb Mon Sep 17 00:00:00 2001 From: Mr-Leshiy Date: Mon, 11 Aug 2025 12:29:16 +0400 Subject: [PATCH] bump `cardano-chain-follower` --- catalyst-gateway/bin/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/catalyst-gateway/bin/Cargo.toml b/catalyst-gateway/bin/Cargo.toml index d7c880f96769..a63df41c78d0 100644 --- a/catalyst-gateway/bin/Cargo.toml +++ b/catalyst-gateway/bin/Cargo.toml @@ -15,7 +15,7 @@ repository.workspace = true workspace = true [dependencies] -cardano-chain-follower = { version = "0.0.11", git = "https://github.com/input-output-hk/catalyst-libs.git", tag = "cardano-chain-follower-v0.0.11" } +cardano-chain-follower = { version = "0.0.12", git = "https://github.com/input-output-hk/catalyst-libs.git", tag = "cardano-chain-follower/v0.0.12" } rbac-registration = { version = "0.0.7", git = "https://github.com/input-output-hk/catalyst-libs.git", tag = "rbac-registration/v0.0.7" } catalyst-signed-doc = { version = "0.0.5", git = "https://github.com/input-output-hk/catalyst-libs.git", tag = "catalyst-signed-doc-v0.0.5" } catalyst-signed-doc-v1 = { package = "catalyst-signed-doc", version = "0.0.4", git = "https://github.com/input-output-hk/catalyst-libs.git", tag = "catalyst-signed-doc/v.0.0.4" }