Skip to content

Commit ef0b063

Browse files
committed
Work around upstream minimal versions issue
1 parent 3774e0a commit ef0b063

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Cargo.toml

+2
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,8 @@ once_cell = "1.13.0"
3535
async-trait = { version = "0.1.56", optional = true }
3636
futures-util = { version = "0.3.17", optional = true }
3737
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 }
3840
thiserror = { version = "2", optional = true }
3941
smallvec = { version = "1.0", optional = true }
4042

0 commit comments

Comments
 (0)