From a5f28d3020377a1e146569d693b98d5b6d33fb57 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 17 Dec 2024 01:26:13 +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 ade265a7d..73b147303 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -272,7 +272,7 @@ dependencies = [ "snapbox", "stl_io", "tempfile", - "thiserror 1.0.69", + "thiserror 2.0.6", "tokio", ] diff --git a/Cargo.toml b/Cargo.toml index 3fac5859e..6a746988f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -142,7 +142,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.