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 Nov 17, 2024
1 parent 004a599 commit 5ef330e
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 @@ -71,7 +71,7 @@ serde_json = { version = "1", features = [
] } # preserve_order: package_json.exports requires order such as `["require", "import", "default"]`
rustc-hash = { version = "2" }
once_cell = "1" # Use `std::sync::OnceLock::get_or_try_init` when it is stable.
thiserror = "1"
thiserror = "2"
json-strip-comments = "1"
indexmap = { version = "2", features = ["serde"] }
cfg-if = "1"
Expand Down

0 comments on commit 5ef330e

Please sign in to comment.