Skip to content

Commit a5be8c9

Browse files
committed
fix: depend on newly release cipherstash-client (and fix build error)
1 parent 2f2e9ff commit a5be8c9

3 files changed

Lines changed: 6 additions & 6 deletions

File tree

Cargo.lock

Lines changed: 4 additions & 4 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)