Skip to content

Commit

Permalink
chore(deps): update rust crate thiserror to v2
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jan 6, 2025
1 parent d8db504 commit 42c4f05
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion core/tauri-codegen/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ quote = "1"
serde = { version = "1", features = [ "derive" ] }
serde_json = "1"
tauri-utils = { version = "1.6.1", path = "../tauri-utils", features = [ "build" ] }
thiserror = "1"
thiserror = "2"
walkdir = "2"
brotli = { version = "7", optional = true }
regex = { version = "1", optional = true }
Expand Down
2 changes: 1 addition & 1 deletion core/tauri-runtime/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] }
[dependencies]
serde = { version = "1", features = [ "derive" ] }
serde_json = "1"
thiserror = "1"
thiserror = "2"
tauri-utils = { version = "1.6.1", path = "../tauri-utils" }
uuid = { version = "1", features = [ "v4" ] }
http = "0.2"
Expand Down
2 changes: 1 addition & 1 deletion core/tauri-utils/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ readme = "README.md"
[dependencies]
serde = { version = "1", features = [ "derive" ] }
serde_json = "1"
thiserror = "1"
thiserror = "2"
phf = { version = "0.11", features = [ "macros" ] }
brotli = { version = "7", optional = true }
url = { version = "2", features = [ "serde" ] }
Expand Down
2 changes: 1 addition & 1 deletion core/tauri/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ futures-util = "0.3"
uuid = { version = "1", features = [ "v4" ] }
url = { version = "2" }
anyhow = "1.0"
thiserror = "1.0"
thiserror = "2.0"
once_cell = "1"
tauri-runtime = { version = "0.14.5", path = "../tauri-runtime" }
tauri-macros = { version = "1.4.6", path = "../tauri-macros" }
Expand Down
2 changes: 1 addition & 1 deletion tooling/bundler/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ tauri-utils = { version = "1.6.1", path = "../../core/tauri-utils", features = [
image = "0.25"
flate2 = "1.0"
anyhow = "1.0"
thiserror = "1.0"
thiserror = "2.0"
serde_json = "1.0"
serde = { version = "1.0", features = [ "derive" ] }
strsim = "0.11"
Expand Down

0 comments on commit 42c4f05

Please sign in to comment.