Skip to content

Commit

Permalink
Pin serde json to 1.0.96
Browse files Browse the repository at this point in the history
  • Loading branch information
akubera committed Jul 13, 2023
1 parent 72bcd83 commit 3510870
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 @@ -28,7 +28,7 @@ serde = { version = "1.0", optional = true, default-features = false }

[dev-dependencies]
paste = "1"
serde_json = "1.0"
serde_json = "<1.0.101"
siphasher = { version = "0.3.10", default-features = false }
# The following dev-dependencies are only required for benchmarking
# (use the `benchmark-bigdecimal` script to uncomment these and run benchmarks)
Expand Down

0 comments on commit 3510870

Please sign in to comment.