Skip to content

Commit

Permalink
Merge pull request #2874 from iotaledger/renovate/serde_json-1.x
Browse files Browse the repository at this point in the history
fix(deps): update rust crate serde_json to 1.0.107
  • Loading branch information
BugFreeSoftware authored Sep 14, 2023
2 parents 742fe99 + 8b59326 commit 05a9e01
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/wasmvm/wasmclient/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ wasmlib = { path = "../wasmlib" }
#wasmlib = { git = "https://github.com/iotaledger/wasp", branch = "develop" }
wasm-bindgen = "0.2.87"
serde = { version = "1.0.188", features = ["derive"] }
serde_json = "1.0.106"
serde_json = "1.0.107"
bech32 = "0.9.1"
base64 = "0.21.4"
reqwest = { version = "0.11.20", features = ["blocking", "json"] }
Expand Down

0 comments on commit 05a9e01

Please sign in to comment.