From 802da466e5c6f5887ecf65ffdbb4913b2e4cd7c9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Feb 2026 00:26:35 +0000 Subject: [PATCH] chore(deps): update enum-as-inner requirement from 0.6 to 0.7 Updates the requirements on [enum-as-inner](https://github.com/bluejekyll/enum-as-inner) to permit the latest version. - [Changelog](https://github.com/bluejekyll/enum-as-inner/blob/main/CHANGELOG.md) - [Commits](https://github.com/bluejekyll/enum-as-inner/commits) --- updated-dependencies: - dependency-name: enum-as-inner dependency-version: 0.7.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- crates/af-iperps/Cargo.toml | 2 +- crates/af-oracle/Cargo.toml | 2 +- crates/sui-gql-client/Cargo.toml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/crates/af-iperps/Cargo.toml b/crates/af-iperps/Cargo.toml index dbf94144..b21f3bc3 100644 --- a/crates/af-iperps/Cargo.toml +++ b/crates/af-iperps/Cargo.toml @@ -66,7 +66,7 @@ thiserror = "2" # GraphQL RPC (optional) async-stream = { version = "0.3", optional = true } cynic = { version = "3", optional = true } -enum-as-inner = { version = "0.6", optional = true } +enum-as-inner = { version = "0.7", optional = true } futures = { version = "0.3", optional = true } graphql-extract = { version = "0.0.11", path = "../graphql-extract", optional = true } diff --git a/crates/af-oracle/Cargo.toml b/crates/af-oracle/Cargo.toml index fcb25700..31bb60cb 100644 --- a/crates/af-oracle/Cargo.toml +++ b/crates/af-oracle/Cargo.toml @@ -64,7 +64,7 @@ trait-variant = { version = "0.1", optional = true } # GraphQL RPC (optional) async-stream = { version = "0.3", optional = true } cynic = { version = "3", optional = true } -enum-as-inner = { version = "0.6", optional = true } +enum-as-inner = { version = "0.7", optional = true } futures = { version = "0.3", optional = true } graphql-extract = { version = "0.0.11", path = "../graphql-extract", optional = true } diff --git a/crates/sui-gql-client/Cargo.toml b/crates/sui-gql-client/Cargo.toml index c623b0cf..c1dee6bd 100644 --- a/crates/sui-gql-client/Cargo.toml +++ b/crates/sui-gql-client/Cargo.toml @@ -35,7 +35,7 @@ af-move-type = { version = "0.17.0", public = true, path = "../af-move-type" } af-sui-types = { version = "0.17.0", public = true, path = "../af-sui-types", features = ["hash"] } bimap = { version = "0.6", public = true } cynic = { version = "3", public = true, features = ["http-reqwest"] } -enum-as-inner = { version = "0.6" } +enum-as-inner = { version = "0.7" } futures-core = { version = "0.3", public = true } reqwest = { version = "0.12", public = true, default-features = false } serde = { version = "1", public = true }