From ef9c9e3c609c3aa386689531de7e0f3e75234ca3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 Apr 2026 18:56:23 +0000 Subject: [PATCH] chore(deps): update bcs requirement from 0.1 to 0.2 Updates the requirements on [bcs](https://github.com/zefchain/bcs) to permit the latest version. - [Changelog](https://github.com/zefchain/bcs/blob/main/CHANGELOG.md) - [Commits](https://github.com/zefchain/bcs/commits) --- updated-dependencies: - dependency-name: bcs dependency-version: 0.2.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- crates/af-move-type/Cargo.toml | 2 +- crates/sui-gql-client/Cargo.toml | 4 ++-- crates/switchboard-sui-sdk/Cargo.toml | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/crates/af-move-type/Cargo.toml b/crates/af-move-type/Cargo.toml index 3a7f8645..9113b7e7 100644 --- a/crates/af-move-type/Cargo.toml +++ b/crates/af-move-type/Cargo.toml @@ -28,7 +28,7 @@ workspace = true # to this crate # https://rust-lang.github.io/rfcs/3516-public-private-dependencies.html af-sui-types = { version = "0.18.0", public = true, features = ["u256"], path = "../af-sui-types" } -bcs = { version = "0.1", public = true } +bcs = { version = "0.2", public = true } serde_json = { version = "1", public = true } af-move-type-derive = { version = "0.5.0", path = "../af-move-type-derive" } diff --git a/crates/sui-gql-client/Cargo.toml b/crates/sui-gql-client/Cargo.toml index fa40a5a1..7710699b 100644 --- a/crates/sui-gql-client/Cargo.toml +++ b/crates/sui-gql-client/Cargo.toml @@ -48,7 +48,7 @@ sui-sdk-types = { version = "0.3", public = true, features = ["hash"] } graphql-extract = { version = "0.0.12", path = "../graphql-extract" } async-stream = { version = "0.3" } -bcs = { version = "0.1" } +bcs = { version = "0.2" } clap = { version = "4", features = ["derive"] } derive_more = { version = "2", features = ["display"] } extension-traits = "2" @@ -67,7 +67,7 @@ version = "0.18.0" [dev-dependencies] -bcs = "0.1" +bcs = "0.2" clap = { version = "4", features = ["derive"] } color-eyre = "0.6" indicatif = "0.18" diff --git a/crates/switchboard-sui-sdk/Cargo.toml b/crates/switchboard-sui-sdk/Cargo.toml index 113fa1fe..cd4f4256 100644 --- a/crates/switchboard-sui-sdk/Cargo.toml +++ b/crates/switchboard-sui-sdk/Cargo.toml @@ -39,7 +39,7 @@ sui-sdk-types = { version = "0.3", public = true } af-move-type = { version = "0.18.0", path = "../af-move-type" } af-sui-types = { version = "0.18.0", path = "../af-sui-types" } -bcs = "0.1" +bcs = "0.2" hex = "0.4.3" serde = "1" thiserror = "2"