From b26fa5bb57fdb879147c5e586d275e495a6eaf70 Mon Sep 17 00:00:00 2001 From: Emilia Hane Date: Fri, 7 Mar 2025 09:46:01 +0100 Subject: [PATCH] Bump thiserror --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 6bb64d5..18ef4c2 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -9,4 +9,4 @@ repository = "https://github.com/paritytech/fdlimit" [dependencies] libc = "0.2" -thiserror = "1.0.50" +thiserror = "2.0"