Skip to content

Commit 967c727

Browse files
dependabot[bot]sandhose
authored andcommitted
build(deps): update thiserror requirement from 1 to >=1, <3
Updates the requirements on [thiserror](https://github.com/dtolnay/thiserror) to permit the latest version. - [Release notes](https://github.com/dtolnay/thiserror/releases) - [Commits](dtolnay/thiserror@1.0.0...2.0.3) --- updated-dependencies: - dependency-name: thiserror dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent ece3d4a commit 967c727

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, <24", default-features = false, features = [

0 commit comments

Comments
 (0)