Skip to content

Commit

Permalink
Merge pull request #2672 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.100
  • Loading branch information
jorgemmsilva authored Jul 11, 2023
2 parents fb0f771 + 86fcd7f commit da6e3ae
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.171", features = ["derive"] }
serde_json = "1.0.99"
serde_json = "1.0.100"
bech32 = "0.9.1"
base64 = "0.21.2"
reqwest = { version = "0.11.18", features = ["blocking", "json"] }
Expand Down

0 comments on commit da6e3ae

Please sign in to comment.