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 Dec 1, 2024
1 parent 608e858 commit b263a55
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 @@ -25,7 +25,7 @@ unexpected_cfgs = { level = "warn", check-cfg = ['cfg(coverage)', 'cfg(coverage_
oxc-miette-derive = { path = "miette-derive", version = "=1.0.2", optional = true }

# Relaxed version so the user can decide which version to use.
thiserror = "1"
thiserror = "2"
serde = { version = "1", features = ["derive"], optional = true }

unicode-width = "0.2.0"
Expand Down

0 comments on commit b263a55

Please sign in to comment.