Skip to content

Commit

Permalink
fix(deps): update rust crate thiserror to 1.0.59 (#79)
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 May 2, 2024
1 parent f120262 commit 21ce9d1
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 @@ -24,7 +24,7 @@ miette = { version = "5.10", optional = true }
# Private
nom = { version = "7.1.3", default-features = false, features = ["std"] }
nom_locate = { version = "4.2", default-features = false }
thiserror = "1.0"
thiserror = "1.0.59"

[dev-dependencies]
criterion = "0.5.1"
Expand Down

0 comments on commit 21ce9d1

Please sign in to comment.