Skip to content

Commit

Permalink
Down serde_json to 1.0.117
Browse files Browse the repository at this point in the history
  • Loading branch information
vklachkov committed Oct 29, 2024
1 parent 9f2a835 commit ccb801e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -1194,7 +1194,7 @@ separator = { version = "0.4.1" }
serde = { version = "1.0.210", default-features = false }
serde-big-array = { version = "0.3.2" }
serde_derive = { version = "1.0.117" }
serde_json = { version = "1.0.132", default-features = false }
serde_json = { version = "1.0.117", default-features = false }
serde_yaml = { version = "0.9" }
serial_test = { version = "2.0.0" }
sha1 = { version = "0.10.6" }
Expand Down

0 comments on commit ccb801e

Please sign in to comment.