Skip to content

Commit

Permalink
Merge pull request #193 from matrix-org/dependabot/cargo/thiserror-2
Browse files Browse the repository at this point in the history
build(deps): update thiserror requirement from 1 to 2
  • Loading branch information
sandhose authored Nov 12, 2024
2 parents df1c22a + 967c727 commit dd959c2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ default-run = "opa-eval"
anyhow = "1"
serde = { version = "1", features = ["derive"] }
serde_json = "1.0.18" # This is the earliest version which supports 128-bit integers
thiserror = "1"
thiserror = ">=1, <3"
tokio = { version = "1.5", features = ["sync", "macros"] }
tracing = "0.1.27"
wasmtime = { version = ">=22, <27", default-features = false, features = [
Expand Down

0 comments on commit dd959c2

Please sign in to comment.