Skip to content

Commit

Permalink
fix(deps): update rust crate serde to 1.0.177
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jul 27, 2023
1 parent 4cd6071 commit 57dfa44
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 @@ -18,7 +18,7 @@ iota-crypto = { git = "https://github.com/iotaledger/crypto.rs", branch = "dev",
wasmlib = { path = "../wasmlib" }
#wasmlib = { git = "https://github.com/iotaledger/wasp", branch = "develop" }
wasm-bindgen = "0.2.87"
serde = { version = "1.0.176", features = ["derive"] }
serde = { version = "1.0.177", features = ["derive"] }
serde_json = "1.0.104"
bech32 = "0.9.1"
base64 = "0.21.2"
Expand Down

0 comments on commit 57dfa44

Please sign in to comment.