From 31171908b69c7f7346995869f9e9a1e0f0549941 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 24 Dec 2024 23:29:59 +0000 Subject: [PATCH] build(deps): bump thiserror from 1.0.69 to 2.0.6 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] --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 43cc54ff3..e091f2898 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -273,7 +273,7 @@ dependencies = [ "snapbox", "stl_io", "tempfile", - "thiserror 1.0.69", + "thiserror 2.0.6", "tokio", ] diff --git a/Cargo.toml b/Cargo.toml index 12c7835d6..bfac43e97 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -143,7 +143,7 @@ snapbox = "0.6.10" # keep in sync with `trycmd` strum = { version = "0.26.3", default-features = false, features = ["derive"] } sync_wrapper = { version = "1.0.0", default-features = false } tempfile = { version = "3.3.0", default-features = false } -thiserror = { version = "1.0.65", default-features = false } +thiserror = { version = "2.0.6", default-features = false } time = { version = "0.3.36", default-features = false } # Tokio is used for async test-running and for certain binaries. # The library crates do not require Tokio.