Skip to content

Commit 7ad52cf

Browse files
author
Bennett Hardwick
committed
Update deps
1 parent 962580c commit 7ad52cf

File tree

2 files changed

+3
-101
lines changed

2 files changed

+3
-101
lines changed

Cargo.lock

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

Cargo.toml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -26,17 +26,14 @@ cipherstash-client = { path = "./vendor/cipherstash-client/", features = [ "toki
2626
# cipherstash-client = { git = "ssh://git@github.com/cipherstash/cipherstash-suite.git", branch = "feat/compound-spike", package = "cipherstash-client", features = [ "tokio" ] }
2727

2828
async-trait = "0.1.73"
29-
serde_with = "3.3.0"
3029
log = "0.4.20"
31-
env_logger = "0.10.0"
3230
itertools = "0.11.0"
3331
thiserror = "1.0.50"
34-
tokio-stream = "0.1.14"
35-
paste = "1.0.14"
3632

3733
[dev-dependencies]
3834
serial_test = "2.0.0"
3935
trybuild = "1.0.85"
4036
tracing = { version = "0.1", features = ["log"] }
4137
tracing-subscriber = { version = "0.3", default-features = false, features = ["fmt"] }
4238
aws-config = { version = "1.0.1", features = [ "behavior-version-latest" ] }
39+
env_logger = "0.10.0"

0 commit comments

Comments
 (0)