Skip to content

Commit efe9798

Browse files
authored
Merge pull request #226 from cipherstash/fix/proxy/build-error
fix(proxy): depend on latest cipherstash-client
2 parents 2f2e9ff + 1fddf99 commit efe9798

4 files changed

Lines changed: 22 additions & 11 deletions

File tree

.github/workflows/test.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ jobs:
2626
CS_DEFAULT_KEYSET_ID: ${{ secrets.CS_DEFAULT_KEYSET_ID }}
2727
CS_CLIENT_ID: ${{ secrets.CS_CLIENT_ID }}
2828
CS_CLIENT_KEY: ${{ secrets.CS_CLIENT_KEY }}
29+
CS_REGION: "ap-southeast-2.aws"
2930

3031
RUST_BACKTRACE: "1"
3132
run: |

Cargo.lock

Lines changed: 19 additions & 9 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/cipherstash-proxy-integration/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ tracing-subscriber = { workspace = true }
2424
webpki-roots = "0.26.7"
2525

2626
[dev-dependencies]
27-
cipherstash-client = { version = "0.20.0", features = ["tokio"] }
27+
cipherstash-client = { version = "0.21.0", features = ["tokio"] }
2828
cipherstash-config = "0.2.3"
2929
clap = "4.5.32"
3030
fake = { version = "4", features = ["chrono", "derive"] }

packages/cipherstash-proxy/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ bigdecimal = { version = "0.4.6", features = ["serde-json"] }
88
arc-swap = "1.7.1"
99
bytes = { version = "1.9", default-features = false }
1010
chrono = { version = "0.4.39", features = ["clock"] }
11-
cipherstash-client = { version = "0.20.0", features = ["tokio"] }
11+
cipherstash-client = { version = "0.21.0", features = ["tokio"] }
1212
clap = { version = "4.5.31", features = ["derive", "env"] }
1313
config = { version = "0.15", features = [
1414
"async",

0 commit comments

Comments
 (0)