Skip to content

Commit

Permalink
downgrade serde_json
Browse files Browse the repository at this point in the history
  • Loading branch information
gianfra-t committed Dec 10, 2024
1 parent 70f4e17 commit f02e729
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 13 deletions.
23 changes: 11 additions & 12 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 @@ -35,7 +35,7 @@ parity-scale-codec = { version = "3.1.5", default-features = false, features = [
paste = { version = "1.0.14" , default-features = false }
scale-info = { version = "2.0", default-features = false }
serde = { version = "1.0.136", default-features = false, features = ["derive"] }
serde_json = { version = "1.0.133", default-features = false }
serde_json = { version = "1.0.120", default-features = false }
sha2 = { version = "0.8.2", default-features = false }
smallvec = "1.9.0"

Expand Down

0 comments on commit f02e729

Please sign in to comment.