Skip to content

Commit

Permalink
build(deps): bump serde-json-wasm from 0.5.2 to 1.0.1
Browse files Browse the repository at this point in the history
Bumps [serde-json-wasm](https://github.com/CosmWasm/serde-json-wasm) from 0.5.2 to 1.0.1.
- [Changelog](https://github.com/CosmWasm/serde-json-wasm/blob/main/CHANGELOG.md)
- [Commits](CosmWasm/serde-json-wasm@v0.5.2...v1.0.1)

---
updated-dependencies:
- dependency-name: serde-json-wasm
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Nov 20, 2024
1 parent 5627873 commit 58493c2
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 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 contracts/os/andromeda-kernel/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ cosmwasm-std = { workspace = true, features = ["ibc3"] }
cosmwasm-schema = { workspace = true }
cw-storage-plus = { workspace = true }

serde-json-wasm = "1.0.0"
serde-json-wasm = "1.0.1"
serde-cw-value = "0.7.0"
sha256 = "=1.1.4"
osmosis-std-derive = "0.15.3"
Expand Down
2 changes: 1 addition & 1 deletion packages/deploy/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ regex = { version = "1.9.1", default-features = false }
andromeda-macros = { workspace = true }
strum_macros = { workspace = true }
cw721 = { workspace = true }
serde-json-wasm = "0.5.0"
serde-json-wasm = "1.0.1"
enum-repr = { workspace = true }
sha2 = "0.10.8"
cw-orch = { workspace = true }
Expand Down
2 changes: 1 addition & 1 deletion packages/std/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ regex = { version = "1.9.1", default-features = false }
andromeda-macros = { workspace = true }
strum_macros = { workspace = true }
cw721 = { workspace = true }
serde-json-wasm = "0.5.0"
serde-json-wasm = "1.0.1"
enum-repr = { workspace = true }
sha2 = "0.10.8"
cw-orch = { workspace = true }
Expand Down

0 comments on commit 58493c2

Please sign in to comment.