Skip to content

Commit

Permalink
Merge pull request #3099 from iotaledger/renovate/serde-monorepo
Browse files Browse the repository at this point in the history
fix(deps): update rust crate serde to 1.0.193
  • Loading branch information
BugFreeSoftware authored Nov 22, 2023
2 parents 8b2a318 + 22d2d82 commit 817c19e
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.88"
serde = { version = "1.0.192", features = ["derive"] }
serde = { version = "1.0.193", features = ["derive"] }
serde_json = "1.0.108"
bech32 = "0.9.1"
base64 = "0.21.5"
Expand Down

0 comments on commit 817c19e

Please sign in to comment.