diff --git a/Cargo.toml b/Cargo.toml index 00a6b0d..5556c9f 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, <=0.23", 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"]}