Skip to content

Commit

Permalink
build(deps): bump serde-json-wasm from 0.5.1 to 1.0.0 (#63)
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] authored Aug 12, 2023
1 parent e457eef commit 36c93cd
Show file tree
Hide file tree
Showing 2 changed files with 27 additions and 18 deletions.
43 changes: 26 additions & 17 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 contracts/incentives/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ cosmwasm-std = { version = "1.2.3" }
cw-storage-plus = { version = "1.0.1" }
schemars = "0.8.1"
serde = { version = "1.0.103", default-features = false, features = ["derive"] }
serde-json-wasm = "0.5.0"
serde-json-wasm = "1.0.0"
thiserror = { version = "1.0.23" }
lockup = { path="../lockup" }

Expand Down

0 comments on commit 36c93cd

Please sign in to comment.