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",