Update to opentelemetry 0.20.0 (#131)
This commit is contained in:
679
Cargo.lock
generated
679
Cargo.lock
generated
File diff suppressed because it is too large
Load Diff
@@ -30,13 +30,13 @@ tokio-stream = "0.1"
|
|||||||
tracing = "0.1.34"
|
tracing = "0.1.34"
|
||||||
tracing-subscriber = { version = "0.3.11", features = ["env-filter"] }
|
tracing-subscriber = { version = "0.3.11", features = ["env-filter"] }
|
||||||
# Implements the types defined in the OTel spec
|
# Implements the types defined in the OTel spec
|
||||||
opentelemetry = { version = "0.19.0", optional = true }
|
opentelemetry = { version = "0.20.0", optional = true }
|
||||||
# Integration between the tracing crate and the opentelemetry crate
|
# Integration between the tracing crate and the opentelemetry crate
|
||||||
tracing-opentelemetry = { version = "0.19.0", optional = true }
|
tracing-opentelemetry = { version = "0.20.0", optional = true }
|
||||||
# Provides a "propagator" to pass along an XrayId across services
|
# Provides a "propagator" to pass along an XrayId across services
|
||||||
opentelemetry-aws = { version = "0.7.0", optional = true }
|
opentelemetry-aws = { version = "0.8.0", optional = true }
|
||||||
# Allows you to send data to the OTel collector
|
# Allows you to send data to the OTel collector
|
||||||
opentelemetry-otlp = { version = "0.12.0", optional = true }
|
opentelemetry-otlp = { version = "0.13.0", optional = true }
|
||||||
|
|
||||||
[dev-dependencies]
|
[dev-dependencies]
|
||||||
# Enable test-utilities in dev mode only. This is mostly for tests.
|
# Enable test-utilities in dev mode only. This is mostly for tests.
|
||||||
|
|||||||
Reference in New Issue
Block a user