fix(deps): update rust crate thiserror to v2

pull/2012/head
renovate[bot] 9 months ago committed by GitHub
parent 3e15acea9a
commit 8e1fbc20e3
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -16,7 +16,7 @@ tauri-build = "2"
tauri-plugin = "2"
tauri-utils = "2"
serde_json = "1"
thiserror = "1"
thiserror = "2"
url = "2"
schemars = "0.8"
dunce = "1"

@ -32,7 +32,7 @@ byte-unit = "5"
log = { workspace = true, features = ["kv_unstable"] }
time = { version = "0.3", features = ["formatting", "local-offset"] }
fern = "0.7"
thiserror = "1"
thiserror = "2"
[target."cfg(target_os = \"android\")".dependencies]
android_logger = "0.14"

Loading…
Cancel
Save