Skip to content

Commit f49d053

Browse files
committed
Remove useless dependencies
Signed-off-by: Folyd <[email protected]>
1 parent fcdd202 commit f49d053

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

Cargo.toml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ default = ["protobuf"]
2222
gen = ["prost-build"]
2323
nightly = ["libc"]
2424
process = ["libc", "procfs"]
25-
protobuf = ["prost", "prost-types"]
25+
protobuf = ["prost"]
2626
push = ["reqwest", "libc", "protobuf"]
2727

2828
[dependencies]
@@ -32,7 +32,6 @@ lazy_static = "^1.4"
3232
libc = { version = "^0.2", optional = true }
3333
parking_lot = "^0.11"
3434
prost = { version = "^0.7", optional = true }
35-
prost-types = { version = "^0.7", optional = true }
3635
regex = "^1.3"
3736
reqwest = { version = "^0.11", features = ["blocking"], optional = true }
3837
thiserror = "^1.0"
@@ -48,7 +47,6 @@ tokio = { version = "^1.0", features = ["macros", "rt-multi-thread"] }
4847

4948
[build-dependencies]
5049
prost-build = { version = "^0.7", optional = true }
51-
protobuf-codegen-pure = { version = "^2.0", optional = true }
5250

5351
[workspace]
5452
members = ["static-metric"]

0 commit comments

Comments
 (0)