diff --git a/Cargo.toml b/Cargo.toml index 527f28e..8f1731f 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.4.0" -thiserror = "1.0.35" +thiserror = "1.0.36" serde = { version = "1.0.145", features = ["derive"] }