Update thiserror to 2.0

This commit is contained in:
Héctor Ramón Jiménez 2025-06-05 00:52:22 +02:00
parent 9cf9790198
commit 76213a55f5
No known key found for this signature in database
GPG key ID: 7CC46565708259A7
2 changed files with 12 additions and 12 deletions

22
Cargo.lock generated
View file

@ -783,7 +783,7 @@ dependencies = [
"log", "log",
"reqwest", "reqwest",
"serde", "serde",
"thiserror 1.0.69", "thiserror 2.0.12",
"tokio", "tokio",
"tracing-subscriber", "tracing-subscriber",
"webbrowser", "webbrowser",
@ -2457,7 +2457,7 @@ dependencies = [
"iced_widget", "iced_widget",
"iced_winit", "iced_winit",
"image", "image",
"thiserror 1.0.69", "thiserror 2.0.12",
] ]
[[package]] [[package]]
@ -2470,7 +2470,7 @@ dependencies = [
"log", "log",
"semver", "semver",
"serde", "serde",
"thiserror 1.0.69", "thiserror 2.0.12",
"tokio", "tokio",
] ]
@ -2488,7 +2488,7 @@ dependencies = [
"rustc-hash 2.1.1", "rustc-hash 2.1.1",
"serde", "serde",
"smol_str", "smol_str",
"thiserror 1.0.69", "thiserror 2.0.12",
"web-time", "web-time",
] ]
@ -2544,7 +2544,7 @@ dependencies = [
"lyon_path", "lyon_path",
"raw-window-handle 0.6.2", "raw-window-handle 0.6.2",
"rustc-hash 2.1.1", "rustc-hash 2.1.1",
"thiserror 1.0.69", "thiserror 2.0.12",
"unicode-segmentation", "unicode-segmentation",
] ]
@ -2572,7 +2572,7 @@ dependencies = [
"iced_tiny_skia", "iced_tiny_skia",
"iced_wgpu", "iced_wgpu",
"log", "log",
"thiserror 1.0.69", "thiserror 2.0.12",
] ]
[[package]] [[package]]
@ -2585,7 +2585,7 @@ dependencies = [
"iced_futures", "iced_futures",
"raw-window-handle 0.6.2", "raw-window-handle 0.6.2",
"sipper", "sipper",
"thiserror 1.0.69", "thiserror 2.0.12",
] ]
[[package]] [[package]]
@ -2598,7 +2598,7 @@ dependencies = [
"nom 8.0.0", "nom 8.0.0",
"png", "png",
"sha2", "sha2",
"thiserror 1.0.69", "thiserror 2.0.12",
] ]
[[package]] [[package]]
@ -2633,7 +2633,7 @@ dependencies = [
"lyon", "lyon",
"resvg", "resvg",
"rustc-hash 2.1.1", "rustc-hash 2.1.1",
"thiserror 1.0.69", "thiserror 2.0.12",
"wgpu", "wgpu",
] ]
@ -2650,7 +2650,7 @@ dependencies = [
"pulldown-cmark", "pulldown-cmark",
"qrcode", "qrcode",
"rustc-hash 2.1.1", "rustc-hash 2.1.1",
"thiserror 1.0.69", "thiserror 2.0.12",
"unicode-segmentation", "unicode-segmentation",
"url", "url",
] ]
@ -2664,7 +2664,7 @@ dependencies = [
"log", "log",
"rustc-hash 2.1.1", "rustc-hash 2.1.1",
"sysinfo", "sysinfo",
"thiserror 1.0.69", "thiserror 2.0.12",
"tracing", "tracing",
"wasm-bindgen-futures", "wasm-bindgen-futures",
"web-sys", "web-sys",

View file

@ -204,7 +204,7 @@ smol_str = "0.2"
softbuffer = "0.4" softbuffer = "0.4"
syntect = "5.1" syntect = "5.1"
sysinfo = "0.33" sysinfo = "0.33"
thiserror = "1.0" thiserror = "2"
tiny-skia = "0.11" tiny-skia = "0.11"
tokio = "1.0" tokio = "1.0"
tracing = "0.1" tracing = "0.1"