Skip to content

Commit 423b358

Browse files
authored
Remove tonic transport from the dependencies, it is not needed (#371)
1 parent 520b821 commit 423b358

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

ciphercore-base/Cargo.toml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,10 @@ json = "0.12.4"
3131
arbitrary = { version = "1", optional = true, features = ["derive"] }
3232
pyo3 = { version = "0.17.1", optional = true, features = ["extension-module"] }
3333
anyhow = { version = "1.0.70", features = ["backtrace"] }
34-
tonic = { version = "0.9.2", optional = true }
34+
tonic = { version = "0.9.2", default-features = false, features = [
35+
"codegen",
36+
"prost",
37+
], optional = true }
3538
aes = "0.8.2"
3639
cipher = { version = "0.4.4", features = ["block-padding"] }
3740

0 commit comments

Comments
 (0)