diff --git a/Cargo.toml b/Cargo.toml index dd5a6c27c..c7d4f5fcb 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -49,7 +49,7 @@ tracing = ["dep:tracing"] [dependencies] tracing = { version = "0.1", optional = true } once_cell = "1" -thiserror = "1.0" +thiserror = "2.0" http = "1.1" raw-window-handle = { version = "0.6", features = ["std"] } dpi = "0.1"