Skip to content

Commit

Permalink
Merge pull request #3480 from mulkieran/fix-serde-derive
Browse files Browse the repository at this point in the history
Increase serde_derive dependeny lower bound to 1.0.185
  • Loading branch information
mulkieran authored Oct 24, 2023
2 parents 58fbded + 4ba1c6d commit bd258eb
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 @@ -179,7 +179,7 @@ version = "1.0.185"
optional = true

[dependencies.serde_derive]
version = "1.0.119"
version = "1.0.185"
optional = true

[dependencies.serde_json]
Expand Down

0 comments on commit bd258eb

Please sign in to comment.