Skip to content

Commit

Permalink
Remove opentelemetry and tracing-opentelemetry upper bound version
Browse files Browse the repository at this point in the history
  • Loading branch information
cottinisimone committed Jan 12, 2024
1 parent 799f190 commit aa0579f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"]}
Expand All @@ -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"
Expand Down

0 comments on commit aa0579f

Please sign in to comment.