Skip to content

Commit

Permalink
chore(deps): update rust crate thiserror to 1.0.56 (#45)
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 Jan 2, 2024
1 parent 2b7ed5e commit d61c487
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 11 deletions.
20 changes: 10 additions & 10 deletions 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 Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ rustc-hash = { version = "1.1.0", default-features = false, features = ["std"] }
indexmap = { version = "2.1.0", features = ["serde"] } # serde for Deserialize from package.json
dunce = "1.0.4" # Normalize Windows paths to the most compatible format, avoiding UNC where possible
once_cell = "1.19.0" # Use `std::sync::OnceLock::get_or_try_init` when it is stable.
thiserror = { version = "1.0.55" }
thiserror = { version = "1.0.56" }

codspeed-criterion-compat = { version = "2.3.3", default-features = false, optional = true }

Expand Down

0 comments on commit d61c487

Please sign in to comment.