Skip to content

Commit

Permalink
fix(deps): update rust crate thiserror to v2
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Nov 7, 2024
1 parent 55e1e82 commit b9df8d7
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions rust/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion rust/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ edition = "2021"
crate-type = ["cdylib", "rlib"]

[dependencies]
thiserror = "1.0.57"
thiserror = "2.0.0"
serde = { version = "1.0", features = ["derive"] }
wasm-bindgen = { version = "0.2", features = ["serde-serialize"] }
serde-wasm-bindgen = "0.6"
Expand Down

0 comments on commit b9df8d7

Please sign in to comment.