Skip to content

Commit 68f548c

Browse files
fix(deps): update rust crate thiserror to v2
1 parent 64fac08 commit 68f548c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ tauri-build = "2.0.1"
1616
tauri-plugin = "2.0.1"
1717
tauri-utils = "2.0.1"
1818
serde_json = "1"
19-
thiserror = "1"
19+
thiserror = "2"
2020
url = "2"
2121
schemars = "0.8"
2222
dunce = "1"

plugins/log/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ byte-unit = "5"
3232
log = { workspace = true, features = ["kv_unstable"] }
3333
time = { version = "0.3", features = ["formatting", "local-offset"] }
3434
fern = "0.7"
35-
thiserror = "1"
35+
thiserror = "2"
3636

3737
[target."cfg(target_os = \"android\")".dependencies]
3838
android_logger = "0.14"

0 commit comments

Comments
 (0)