From a90e4ebdadfe4a69ccdaa54a8f100104446776f4 Mon Sep 17 00:00:00 2001 From: no30bit Date: Wed, 29 Oct 2025 15:33:15 +0300 Subject: [PATCH 1/2] chore(rust/cardano-blockchain-types): bump cardano-blockchain-types to v0.0.8 --- rust/cardano-blockchain-types/Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/rust/cardano-blockchain-types/Cargo.toml b/rust/cardano-blockchain-types/Cargo.toml index 60db45fc7dd..8d4ff3a043d 100644 --- a/rust/cardano-blockchain-types/Cargo.toml +++ b/rust/cardano-blockchain-types/Cargo.toml @@ -2,7 +2,7 @@ name = "cardano-blockchain-types" description = "Common Cardano Blockchain data types for use in both applications and crates" keywords = ["cardano", "catalyst", ] -version = "0.0.7" +version = "0.0.8" authors = [ "Steven Johnson " ] @@ -18,7 +18,7 @@ crate-type = ["cdylib", "rlib"] workspace = true [dependencies] -catalyst-types = { version = "0.0.9", git = "https://github.com/input-output-hk/catalyst-libs.git", tag = "catalyst-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" } cbork-utils = { version = "0.0.2", git = "https://github.com/input-output-hk/catalyst-libs.git", tag = "cbork-utils-v0.0.2" } ouroboros = "0.18.4" From d7c52d719e0f7e553aee55cb6b3af83c0225db13 Mon Sep 17 00:00:00 2001 From: no30bit Date: Wed, 29 Oct 2025 15:36:09 +0300 Subject: [PATCH 2/2] chore(rust/rbac-registration): bump rbac-registration to 0.0.14 --- rust/rbac-registration/Cargo.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/rust/rbac-registration/Cargo.toml b/rust/rbac-registration/Cargo.toml index 359f2f8506a..c238f89a4f2 100644 --- a/rust/rbac-registration/Cargo.toml +++ b/rust/rbac-registration/Cargo.toml @@ -2,7 +2,7 @@ name = "rbac-registration" description = "Role Based Access Control Registration" keywords = ["cardano", "catalyst", "rbac registration"] -version = "0.0.13" +version = "0.0.14" authors = [ "Arissara Chotivichit " ] @@ -34,5 +34,5 @@ thiserror = "2.0.11" c509-certificate = { version = "0.0.3", git = "https://github.com/input-output-hk/catalyst-libs.git", tag = "c509-certificate-v0.0.3" } cbork-utils = { version = "0.0.2", git = "https://github.com/input-output-hk/catalyst-libs.git", tag = "cbork-utils-v0.0.2" } -cardano-blockchain-types = { version = "0.0.7", git = "https://github.com/input-output-hk/catalyst-libs.git", tag = "cardano-blockchain-types/v0.0.7" } -catalyst-types = { version = "0.0.9", git = "https://github.com/input-output-hk/catalyst-libs.git", tag = "catalyst-types/v0.0.9" } +cardano-blockchain-types = { version = "0.0.8", git = "https://github.com/input-output-hk/catalyst-libs.git", tag = "cardano-blockchain-types/v0.0.8" } +catalyst-types = { version = "0.0.10", git = "https://github.com/input-output-hk/catalyst-libs.git", tag = "catalyst-types/v0.0.10" }