From a2fb0452a7105dba83fa671da9bc19452278981f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 3 Mar 2025 15:06:22 +0000 Subject: [PATCH] chore(deps): update thiserror requirement from 1.0.61 to 2.0.12 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.61...2.0.12) --- updated-dependencies: - dependency-name: thiserror dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index acfc74a..1b180c5 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -20,7 +20,7 @@ pg_test = [] gxhash = { version = "3.4.1" } pgrx = "=0.11.4" serde = "1.0.203" -thiserror = "1.0.61" +thiserror = "2.0.12" uuid = { version = "1.0", features = ["v7", "fast-rng", "serde"] } [dev-dependencies]