From 967c72773a67fbcfa124d5438a9949fa0224bc07 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 12 Nov 2024 11:29:13 +0000 Subject: [PATCH] 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](https://github.com/dtolnay/thiserror/compare/1.0.0...2.0.3) --- updated-dependencies: - dependency-name: thiserror dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 17110a3..6bb8104 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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, <24", default-features = false, features = [