From 2b957e7297f28e9962b9ba2b9083d88dadbeebbf Mon Sep 17 00:00:00 2001 From: Sylvain Laperche Date: Mon, 11 Aug 2025 13:38:53 +0200 Subject: [PATCH] chore: bump thiserror to 2.0 Closes: #70 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 1081c05..e5681c3 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -15,7 +15,7 @@ exclude = [".github/*"] [dependencies] quick-xml = "0.37.1" num-traits = "0.2" -thiserror = "1.0" +thiserror = "2.0" geo-types = { version = ">=0.6, <0.8", optional = true } zip = { version = "2.2", optional = true, default-features = false, features = [ "bzip2",