Skip to content

Commit

Permalink
Work around upstream minimal versions issue
Browse files Browse the repository at this point in the history
  • Loading branch information
djc committed Dec 10, 2024
1 parent 895b872 commit 293d206
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,8 @@ once_cell = "1.13.0"
async-trait = { version = "0.1.56", optional = true }
futures-util = { version = "0.3.17", optional = true }
lazy_static = { version = "1.0.2", optional = true }
# Work around incorrect minimal version in opentelemetry, https://github.com/open-telemetry/opentelemetry-rust/pull/2406
thiserror-1 = { package = "thiserror", version = "1.0.31", optional = true }
thiserror = { version = "2", optional = true }
smallvec = { version = "1.0", optional = true }

Expand Down

0 comments on commit 293d206

Please sign in to comment.