diff --git a/Cargo.toml b/Cargo.toml index 59252ca..c9d2da9 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -67,5 +67,5 @@ maintenance = { status = "actively-developed" } [dependencies] ndarray = { version = "0.15.6", features = ["serde", "approx", "approx-0_5"] } approx = "0.5.1" -thiserror = "1.0.43" +thiserror = "1.0.44" serde = { version = "1.0.174", features = ["derive"] }