diff --git a/Cargo.toml b/Cargo.toml index fde5a85..25bcf6d 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.4.0" thiserror = "1.0.38" -serde = { version = "1.0.151", features = ["derive"] } +serde = { version = "1.0.152", features = ["derive"] }