File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -49,7 +49,7 @@ testing = ["opentelemetry/testing"]
4949# add ons
5050internal-logs = [" opentelemetry/internal-logs" ]
5151with-schemars = [" schemars" ]
52- with-serde = [" serde" , " const-hex" , " base64" ]
52+ with-serde = [" serde" , " const-hex" , " base64" , " serde_json " ]
5353
5454[dependencies ]
5555tonic = { workspace = true , optional = true , features = [" codegen" , " prost" ] }
@@ -58,6 +58,7 @@ opentelemetry = { workspace = true }
5858opentelemetry_sdk = { workspace = true }
5959schemars = { workspace = true , optional = true }
6060serde = { workspace = true , optional = true , features = [" serde_derive" ] }
61+ serde_json = { workspace = true , optional = true }
6162const-hex = { workspace = true , optional = true }
6263base64 = { workspace = true , optional = true }
6364
You can’t perform that action at this time.
0 commit comments