Skip to content

Commit

Permalink
Merge pull request #2460 from iotaledger/renovate/serde-1.x
Browse files Browse the repository at this point in the history
fix(deps): update rust crate serde to 1.0.163
  • Loading branch information
BugFreeSoftware authored May 12, 2023
2 parents e76e7a6 + 1ccbd41 commit e1e3dbb
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.85"
serde = { version = "1.0.162", features = ["derive"] }
serde = { version = "1.0.163", features = ["derive"] }
serde_json = "1.0.96"
bech32 = "0.9.1"
reqwest = { version = "0.11.17", features = ["blocking", "json"] }
Expand Down

0 comments on commit e1e3dbb

Please sign in to comment.