diff --git a/Cargo.toml b/Cargo.toml index fb567cde63c..06d7af57496 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -100,6 +100,7 @@ k256 = { version = "0.13", default-features = false, features = ["ecdsa"] } sha2 = { version = "0.10", default-features = false } spki = { version = "0.7", default-features = false } + # async async-stream = "0.3" async-trait = "0.1" @@ -109,6 +110,7 @@ futures-executor = "0.3" futures-utils-wasm = "0.1" wasmtimer = "0.4.0" +gcloud-sdk = "0.26.4" hyper = { version = "1.2", default-features = false } hyper-util = "0.1" hyper-tls = "0.6.0" diff --git a/crates/signer-gcp/Cargo.toml b/crates/signer-gcp/Cargo.toml index a37e9fcaac9..4449a859092 100644 --- a/crates/signer-gcp/Cargo.toml +++ b/crates/signer-gcp/Cargo.toml @@ -29,7 +29,7 @@ alloy-primitives.workspace = true alloy-signer.workspace = true async-trait.workspace = true -gcloud-sdk = { version = "0.26", features = [ +gcloud-sdk = { workspace = true, features = [ "google-cloud-kms-v1", "google-longrunning", ] }