Skip to content

Commit

Permalink
fix(deps): update rust crate thiserror to 1.0.37 (#42)
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 Sep 28, 2022
1 parent a8563dc commit f14d758
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 @@ -67,5 +67,5 @@ maintenance = { status = "actively-developed" }
[dependencies]
ndarray = { version = "0.15.6", features = ["serde", "approx"] }
approx = "0.4.0"
thiserror = "1.0.36"
thiserror = "1.0.37"
serde = { version = "1.0.145", features = ["derive"] }

0 comments on commit f14d758

Please # to comment.