From 4f1446ed85c7050811a8b437656bd692af94e2de Mon Sep 17 00:00:00 2001 From: Tom Fryers Date: Tue, 7 Jan 2025 15:16:10 +0000 Subject: [PATCH] Update to thiserror 2 (#215) [This is pretty widespread now](https://lib.rs/crates/thiserror/rev) (and will be more so by the next Proj release). --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 212023e0..0ced94d9 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -18,7 +18,7 @@ proj-sys = { version = "0.25.0", path = "proj-sys" } geo-types = { version = "0.7.10", optional = true } libc = "0.2.119" num-traits = "0.2.14" -thiserror = "1.0.30" +thiserror = "2.0.0" ureq = { version = "2.0.0", optional = true } [workspace]