diff --git a/Cargo.toml b/Cargo.toml index 4998b10..c44d143 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -68,4 +68,4 @@ maintenance = { status = "actively-developed" } ndarray = { version = "0.15.6", features = ["serde", "approx", "approx-0_5"] } approx = "0.5.1" thiserror = "1.0.47" -serde = { version = "1.0.183", features = ["derive"] } +serde = { version = "1.0.185", features = ["derive"] }