Skip to content

Commit 635cc88

Browse files
authored
chore: bump gcloud sdk (#2218)
1 parent ce63acb commit 635cc88

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

Cargo.toml

+2
Original file line numberDiff line numberDiff line change
@@ -100,6 +100,7 @@ k256 = { version = "0.13", default-features = false, features = ["ecdsa"] }
100100
sha2 = { version = "0.10", default-features = false }
101101
spki = { version = "0.7", default-features = false }
102102

103+
103104
# async
104105
async-stream = "0.3"
105106
async-trait = "0.1"
@@ -109,6 +110,7 @@ futures-executor = "0.3"
109110
futures-utils-wasm = "0.1"
110111
wasmtimer = "0.4.0"
111112

113+
gcloud-sdk = "0.26.4"
112114
hyper = { version = "1.2", default-features = false }
113115
hyper-util = "0.1"
114116
hyper-tls = "0.6.0"

crates/signer-gcp/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ alloy-primitives.workspace = true
2929
alloy-signer.workspace = true
3030

3131
async-trait.workspace = true
32-
gcloud-sdk = { version = "0.26", features = [
32+
gcloud-sdk = { workspace = true, features = [
3333
"google-cloud-kms-v1",
3434
"google-longrunning",
3535
] }

0 commit comments

Comments
 (0)