Skip to content

Commit fa7bbec

Browse files
committed
feat: update to cs-client 0.22
1 parent baf4294 commit fa7bbec

3 files changed

Lines changed: 7 additions & 7 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: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,10 +21,10 @@ tokio-postgres-rustls = "0.13.0"
2121
tokio-rustls = "0.26.0"
2222
tracing = { workspace = true }
2323
tracing-subscriber = { workspace = true }
24-
webpki-roots = "0.26.7"
24+
webpki-roots = "1.0"
2525

2626
[dev-dependencies]
27-
cipherstash-client = { version = "0.21.0", features = ["tokio"] }
27+
cipherstash-client = { version = "0.22.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.21.0", features = ["tokio"] }
11+
cipherstash-client = { version = "0.22.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)