From ab8508d6fa34a6b1d11e0efc14e2ffb5adfa07f7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 18 Aug 2025 18:00:47 +0000 Subject: [PATCH] chore(deps): update thiserror requirement from 1 to 2 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.15) --- updated-dependencies: - dependency-name: thiserror dependency-version: 2.0.15 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- 0aEXPLORATION/candle_tensor_programs/Cargo.toml | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/0aEXPLORATION/candle_tensor_programs/Cargo.toml b/0aEXPLORATION/candle_tensor_programs/Cargo.toml index c5073bfd..60608661 100644 --- a/0aEXPLORATION/candle_tensor_programs/Cargo.toml +++ b/0aEXPLORATION/candle_tensor_programs/Cargo.toml @@ -7,7 +7,7 @@ description = "Exploration crate: apply small expression programs (Lisp) element [dependencies] candle-core = { path = "../../candle-core" } anyhow = "1" -thiserror = "1" +thiserror = "2" [features] default = ["lisp"] diff --git a/Cargo.toml b/Cargo.toml index 273c84b4..f3f3f048 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -92,7 +92,7 @@ safetensors = "0.4.1" serde = { version = "1.0.171", features = ["derive"] } serde_plain = "1.0.2" serde_json = "1.0.99" -thiserror = "1" +thiserror = "2" tokenizers = { version = "0.21.0", default-features = false } tracing = "0.1.37" tracing-chrome = "0.7.1"