From 4556b15df37367bf0590cc61b400c1ed1c011043 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Jan 2025 14:56:50 +0000 Subject: [PATCH] chore(deps): update thiserror requirement from 1.0.61 to 2.0.11 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.11) --- 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..6934f03 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.11" uuid = { version = "1.0", features = ["v7", "fast-rng", "serde"] } [dev-dependencies]