Skip to content

Commit

Permalink
fix(deps): update rust crate thiserror to v2 (#930)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Nov 6, 2024
1 parent 1304a9e commit 4680dc2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ rgb = "0.8"
serde = "1"
serde_derive = "1"
serde_json = "1"
thiserror = "1"
thiserror = "2"

[target.'cfg(not(target_os = "linux"))'.dependencies]
mimalloc = "0.1"
Expand Down

0 comments on commit 4680dc2

Please sign in to comment.