We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3774e0a commit ef0b063Copy full SHA for ef0b063
Cargo.toml
@@ -35,6 +35,8 @@ once_cell = "1.13.0"
35
async-trait = { version = "0.1.56", optional = true }
36
futures-util = { version = "0.3.17", optional = true }
37
lazy_static = { version = "1.0.2", optional = true }
38
+# Work around incorrect minimal version in opentelemetry, https://github.com/open-telemetry/opentelemetry-rust/pull/2406
39
+thiserror-1 = { package = "thiserror", version = "1.0.31", optional = true }
40
thiserror = { version = "2", optional = true }
41
smallvec = { version = "1.0", optional = true }
42
0 commit comments