Skip to content

Commit dd959c2

Browse files
authored
Merge pull request #193 from matrix-org/dependabot/cargo/thiserror-2
build(deps): update thiserror requirement from 1 to 2
2 parents df1c22a + 967c727 commit dd959c2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ default-run = "opa-eval"
1313
anyhow = "1"
1414
serde = { version = "1", features = ["derive"] }
1515
serde_json = "1.0.18" # This is the earliest version which supports 128-bit integers
16-
thiserror = "1"
16+
thiserror = ">=1, <3"
1717
tokio = { version = "1.5", features = ["sync", "macros"] }
1818
tracing = "0.1.27"
1919
wasmtime = { version = ">=22, <27", default-features = false, features = [

0 commit comments

Comments
 (0)