From 1377bdec0fb85f0cbd2aec48b1b14f7d67167cde Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 6 Nov 2024 13:31:45 +0000 Subject: [PATCH] build(deps): update thiserror requirement from 1.0 to 2.0 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.0) --- updated-dependencies: - dependency-name: thiserror dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Cargo.toml | 2 +- crates/burrego/Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 2a3c3adf..ff6f233a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -41,7 +41,7 @@ serde = { version = "1.0", features = ["derive"] } serde_json = "1.0" serde_yaml = "0.9" sha2 = "0.10" -thiserror = "1.0" +thiserror = "2.0" time = { version = "0.3.36", features = ["serde-human-readable"] } tokio = { version = "^1", features = ["rt", "rt-multi-thread"] } tracing = "0.1" diff --git a/crates/burrego/Cargo.toml b/crates/burrego/Cargo.toml index ade0d8c1..97dc854e 100644 --- a/crates/burrego/Cargo.toml +++ b/crates/burrego/Cargo.toml @@ -19,7 +19,7 @@ regex = "1.5.6" semver = "1.0.22" serde_json = "1.0.116" serde_yaml = "0.9.34" -thiserror = "1.0" +thiserror = "2.0" tracing = "0.1" tracing-subscriber = { version = "0.3", features = ["fmt", "env-filter"] } url = "2.2.2"