Skip to content

Commit

Permalink
deps: upgrade serde_json to version "1.0.1" (#1083)
Browse files Browse the repository at this point in the history
* deps: bump serde_json version

* chore: add unclog
  • Loading branch information
Farhad-Shabani authored Feb 9, 2024
1 parent 5963ba5 commit cf82f2a
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 8 deletions.
3 changes: 3 additions & 0 deletions .changelog/unreleased/bug-fixes/1083-bump-serde-json.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
- [ibc] Upgrade `serde_json` to "1.0.1" to address an stack overflow issue
within the `serde-json-wasm` crate
([\#1083](https://github.com/cosmos/ibc-rs/pull/1083))
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ rstest = "0.18.2"
schemars = { version = "0.8.15" }
sha2 = { version = "0.10.8", default-features = false }
serde = { version = "1.0", default-features = false }
serde_json = { package = "serde-json-wasm", version = "1.0.0", default-features = false }
serde_json = { package = "serde-json-wasm", version = "1.0.1", default-features = false }
subtle-encoding = { version = "0.5", default-features = false }

# ibc dependencies
Expand Down
8 changes: 4 additions & 4 deletions ci/cw-check/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 ci/cw-check/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ ibc-apps = { path = "../../ibc-apps", default_features = false, features = ["ser
ibc-core = { path = "../../ibc-core", features = ["serde", "parity-scale-codec", "schema"] }
cosmwasm-std = { version = "^1.5.0", default-features = false }
cosmwasm-schema = { version = "^1.5.0", default-features = false }
serde_json = { package = "serde-json-wasm", version = "^1.0.0", default-features = false }
serde_json = { package = "serde-json-wasm", version = "^1.0.1", default-features = false }
thiserror = { version = "^1.0", default-features = false }

[profile.release]
Expand Down
4 changes: 2 additions & 2 deletions ci/no-std-check/Cargo.lock

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

0 comments on commit cf82f2a

Please sign in to comment.