diff --git a/Cargo.toml b/Cargo.toml index 00a6b0d..3e0228e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -37,7 +37,7 @@ serde_json = "1.0" thiserror = "1.0" tokio = {version = "1.16", features = ["macros", "rt-multi-thread", "fs"]} tracing = {version = "0.1", optional = true} -tracing-opentelemetry = {version = ">=0.17, <=0.21", optional = true} +tracing-opentelemetry = {version = ">=0.17, <=0.24", optional = true} uuid = {version = ">=0.7.0, <2.0.0", features = ["serde", "v4"]} reqwest-middleware = "0.2.3"