Skip to content

Commit

Permalink
Bump minimum supported serde to 1.0.185
Browse files Browse the repository at this point in the history
  • Loading branch information
LDeakin committed Aug 24, 2024
1 parent e843dcd commit a6a3b51
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit a6a3b51

Please sign in to comment.