diff --git a/rust/cardano-chain-follower/Cargo.toml b/rust/cardano-chain-follower/Cargo.toml index 753e24f349f..84859db038a 100644 --- a/rust/cardano-chain-follower/Cargo.toml +++ b/rust/cardano-chain-follower/Cargo.toml @@ -20,7 +20,7 @@ mithril-client = { version = "0.10.4", default-features = false, features = [ "num-integer-backend", ] } cardano-blockchain-types = { version = "0.0.1", git = "https://github.com/input-output-hk/catalyst-libs.git", tag = "r20250114-00" } -catalyst-types = { version = "0.0.1", path = "../catalyst-types" } +catalyst-types = { version = "0.0.1", git = "https://github.com/input-output-hk/catalyst-libs.git", tag = "r20250121-00" } thiserror = "1.0.69" tokio = { version = "1.42.0", features = [