Update otlp for examples
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
asonix 2023-08-04 19:00:37 -05:00
parent 502619d91c
commit a60a5f69cb

View file

@ -81,7 +81,7 @@ tracing-opentelemetry_0_20_pkg = { package = "tracing-opentelemetry", version =
[dev-dependencies]
actix-rt = "2.6"
actix-web = { version = "4.0.0", default-features = false }
opentelemetry-otlp = "0.12"
opentelemetry-otlp = "0.13"
opentelemetry_0_20_pkg = { package = "opentelemetry", version = "0.20", features = [
"rt-tokio",
] }