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 }