diff --git a/Cargo.lock b/Cargo.lock index 35dd7b9f..1679185a 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -7812,7 +7812,7 @@ dependencies = [ "once_cell", "prometheus", "subvt-config", - "thiserror 1.0.69", + "thiserror 2.0.3", "tokio", "warp", ] @@ -7934,7 +7934,7 @@ dependencies = [ "subvt-types", "subvt-utility", "tera", - "thiserror 1.0.69", + "thiserror 2.0.3", "tokio", ] @@ -7997,7 +7997,7 @@ dependencies = [ "subvt-types", "subvt-utility", "svg", - "thiserror 1.0.69", + "thiserror 2.0.3", "tiny-skia", "usvg", ] @@ -8143,7 +8143,7 @@ dependencies = [ "subvt-types", "subvt-utility", "tera", - "thiserror 1.0.69", + "thiserror 2.0.3", "tokio", ] @@ -8210,7 +8210,7 @@ dependencies = [ "sqlx", "subvt-proc-macro", "subvt-utility", - "thiserror 1.0.69", + "thiserror 2.0.3", ] [[package]] diff --git a/Cargo.toml b/Cargo.toml index 06c7149f..0899ff4a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -36,4 +36,4 @@ itertools = "0.13" lazy_static = "1.4" log = "0.4" num-traits = "0.2" -thiserror = "1.0" \ No newline at end of file +thiserror = "2.0" \ No newline at end of file