Skip to content

Commit d32efec

Browse files
Update catalyst-libs dependencies for chain follower and signed doc (#214)
1 parent 908ea2d commit d32efec

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

rust/cardano-chain-follower/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,8 @@ mithril-client = { version = "0.10.4", default-features = false, features = [
1919
"full",
2020
"num-integer-backend",
2121
] }
22-
cardano-blockchain-types = { version = "0.0.1", git = "https://github.com/input-output-hk/catalyst-libs.git", tag = "r20250114-00" }
23-
catalyst-types = { version = "0.0.1", git = "https://github.com/input-output-hk/catalyst-libs.git", tag = "r20250121-00" }
22+
cardano-blockchain-types = { version = "0.0.1", git = "https://github.com/input-output-hk/catalyst-libs.git", tag = "r20250214-00" }
23+
catalyst-types = { version = "0.0.1", git = "https://github.com/input-output-hk/catalyst-libs.git", tag = "r20250212-00" }
2424

2525
thiserror = "1.0.69"
2626
tokio = { version = "1.42.0", features = [

rust/signed_doc/Cargo.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@ license.workspace = true
1111
workspace = true
1212

1313
[dependencies]
14-
rbac-registration = { version = "0.0.2", git = "https://github.com/input-output-hk/catalyst-libs.git", tag = "r20250128-01" }
15-
catalyst-types = { version = "0.0.1", git = "https://github.com/input-output-hk/catalyst-libs.git", tag = "r20250204-00" }
14+
rbac-registration = { version = "0.0.2", git = "https://github.com/input-output-hk/catalyst-libs.git", tag = "r20250217-00" }
15+
catalyst-types = { version = "0.0.1", git = "https://github.com/input-output-hk/catalyst-libs.git", tag = "r20250212-00" }
1616
anyhow = "1.0.95"
1717
serde = { version = "1.0.217", features = ["derive"] }
1818
serde_json = "1.0.134"
@@ -22,7 +22,7 @@ brotli = "7.0.0"
2222
ed25519-dalek = { version = "2.1.1", features = ["pem", "rand_core"] }
2323
hex = "0.4.3"
2424
strum = { version = "0.26.3", features = ["derive"] }
25-
clap = { version = "4.5.23", features = ["derive", "env"] }
25+
clap = { version = "4.5.23", features = ["derive", "env"] }
2626

2727

2828
[dev-dependencies]

0 commit comments

Comments
 (0)