Skip to content

Commit 1fe3dab

Browse files
fix(deps): update rust crate thiserror to v2 (v2) (#2012)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: FabianLars <[email protected]>
1 parent 5dadd20 commit 1fe3dab

File tree

3 files changed

+30
-30
lines changed

3 files changed

+30
-30
lines changed

Cargo.lock

Lines changed: 28 additions & 28 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ tauri-build = "2"
1616
tauri-plugin = "2"
1717
tauri-utils = "2"
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
@@ -27,12 +27,12 @@ tauri-plugin = { workspace = true, features = ["build"] }
2727
serde = { workspace = true }
2828
serde_json = { workspace = true }
2929
tauri = { workspace = true }
30+
thiserror = { workspace = true }
3031
serde_repr = "0.1"
3132
byte-unit = "5"
3233
log = { workspace = true, features = ["kv_unstable"] }
3334
time = { version = "0.3", features = ["formatting", "local-offset"] }
3435
fern = "0.7"
35-
thiserror = "1"
3636

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

0 commit comments

Comments
 (0)