diff --git a/Cargo.toml b/Cargo.toml index 835bf505..96bb7433 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -67,7 +67,7 @@ pco = { version = "0.3.1", optional = true } rayon = "1.10.0" rayon_iter_concurrent_limit = "0.2.0" reqwest = { version = ">=0.11.8,<0.13", features = ["blocking"], optional = true } -serde = { version = "1.0.184", features = ["derive"] } +serde = { version = "1.0.185", features = ["derive"] } serde_json = { version = "1.0.71", features = ["float_roundtrip", "preserve_order"] } serde_repr = "0.1.19" thiserror = "1.0.61"