Skip to content

Commit ba18f22

Browse files
committed
feat: encrypted JSON should use the new EQL schema
1 parent c611f3f commit ba18f22

File tree

10 files changed

+378
-140
lines changed

10 files changed

+378
-140
lines changed

Cargo.lock

+197-13
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/cipherstash-proxy-integration/Cargo.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -25,11 +25,11 @@ webpki-roots = "0.26.7"
2525

2626
[dev-dependencies]
2727
# cipherstash-client = { version = "0.18.0-pre.1", features = ["tokio"] }
28-
cipherstash-client = { path = "/Users/tobyhede/src/cipherstash-suite/packages/cipherstash-client", features = [
28+
cipherstash-client = { path = "../../../cipherstash-suite/packages/cipherstash-client", features = [
2929
"tokio",
3030
] }
3131
# cipherstash-config = "0.2.3"
32-
cipherstash-config = { path = "/Users/tobyhede/src/cipherstash-suite/packages/cipherstash-config" }
32+
cipherstash-config = { path = "../../../cipherstash-suite/packages/cipherstash-config" }
3333
clap = "4.5.32"
3434
fake = { version = "4", features = ["chrono", "derive"] }
3535
hex = "0.4.3"

0 commit comments

Comments
 (0)