Skip to content

Commit

Permalink
fix(deps): update rust crate approx to 0.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Sep 8, 2022
1 parent 54cc6ed commit 8428aca
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 @@ -66,6 +66,6 @@ maintenance = { status = "actively-developed" }
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
ndarray = { version = "0.15.6", features = ["serde", "approx"] }
approx = "0.4.0"
approx = "0.5.1"
thiserror = "1.0.34"
serde = { version = "1.0.144", features = ["derive"] }

0 comments on commit 8428aca

Please # to comment.