From 6c76dc1891397da4ccab4ac5c39b6465c65a81bf Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Dec 2024 11:04:57 +0000 Subject: [PATCH] Update thiserror requirement from 1.0.31 to 2.0.6 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.31...2.0.6) --- updated-dependencies: - dependency-name: thiserror dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- positional/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/positional/Cargo.toml b/positional/Cargo.toml index 2423890..c429b3a 100644 --- a/positional/Cargo.toml +++ b/positional/Cargo.toml @@ -25,7 +25,7 @@ pad = "0.1.6" positional_derive = {version = "=0.4.3", path = "../positional_derive"} proc-macro2 = "1.0.39" quote = "1.0" -thiserror = "1.0.31" +thiserror = "2.0.6" [dev-dependencies] chrono = "0.4.19"