chore: remove unused `generated_types` => `serde_json` dep

pull/24376/head
Marco Neumann 2021-09-22 11:19:19 +02:00
parent 9cdd4799c7
commit 16a257e7b9
2 changed files with 0 additions and 2 deletions

1
Cargo.lock generated
View File

@ -1270,7 +1270,6 @@ dependencies = [
"prost-build",
"regex",
"serde",
"serde_json",
"thiserror",
"tonic",
"tonic-build",

View File

@ -15,7 +15,6 @@ pbjson = { path = "../pbjson" }
prost = "0.8"
regex = "1.4"
serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0.67"
thiserror = "1.0.28"
tonic = "0.5"