Skip to content

Commit

Permalink
fix(deps): update rust crate serde_json to 1.0.112
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jan 26, 2024
1 parent 93f033d commit 5084a6c
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 15 deletions.
28 changes: 14 additions & 14 deletions packages/samples/mvp-dapp/contract/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 packages/samples/mvp-dapp/contract/types/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,4 @@ molecule = { version = "0.7.2", default-features = false }
no-std-compat = { version = "0.4.1", features = [ "alloc" ] }

serde = { version = "1.0", default-features = false, features = ["derive", "alloc"] }
serde_json = { version = "1.0.96", default-features = false, features = ["alloc"] }
serde_json = { version = "1.0.112", default-features = false, features = ["alloc"] }

0 comments on commit 5084a6c

Please sign in to comment.