diff --git a/Cargo.toml b/Cargo.toml index 00a6b0d..44249f1 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -28,7 +28,7 @@ dashmap = {version = "5.1", optional = true} futures = "0.3" futures-util = "0.3" jsonwebtoken = {version = "9.0", optional = true} -opentelemetry = {version = ">=0.17, <=0.20", optional = true} +opentelemetry = {version = ">=0.17", optional = true} rand = {version = "0.8", optional = true} redis = {version = "0.23", features = ["tokio-comp"], optional = true} reqwest = {version = "0.11", features = ["json", "multipart", "stream"]} @@ -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", optional = true} uuid = {version = ">=0.7.0, <2.0.0", features = ["serde", "v4"]} reqwest-middleware = "0.2.3"