From af3e594b1b2f72c974fe1156f6bbe035df06885d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 10 Dec 2024 09:40:18 +0000 Subject: [PATCH] chore(deps): Bump thiserror from 1.0.69 to 2.0.6 (#310) Bumps [thiserror](https://github.com/dtolnay/thiserror) from 1.0.69 to 2.0.6. - [Release notes](https://github.com/dtolnay/thiserror/releases) - [Commits](https://github.com/dtolnay/thiserror/compare/1.0.69...2.0.6) --- updated-dependencies: - dependency-name: thiserror dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 48feeba..c9f055c 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2656,7 +2656,7 @@ dependencies = [ "rayon", "rhai", "serde", - "thiserror 1.0.69", + "thiserror 2.0.6", "tracing", ] @@ -2698,7 +2698,7 @@ dependencies = [ "strum_macros", "svgbobdoc", "tempfile", - "thiserror 1.0.69", + "thiserror 2.0.6", "tracing", ] diff --git a/Cargo.toml b/Cargo.toml index b2e2e32..7c20d7b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -43,7 +43,7 @@ debug = true [workspace.dependencies] serde = { version = "1", features = ["derive", ] } serde_json = "1.0" -thiserror = "1.0" +thiserror = "2.0" num = "0.4" float-cmp = "0.10" ndarray = "0.16"