Skip to content

Commit

Permalink
Merge pull request #3307 from iotaledger/renovate/base64-0.x
Browse files Browse the repository at this point in the history
fix(deps): update rust crate base64 to 0.22.0
  • Loading branch information
BugFreeSoftware authored Mar 3, 2024
2 parents 2804485 + 21a84f2 commit d8b73f8
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 @@ -21,7 +21,7 @@ wasm-bindgen = "0.2.91"
serde = { version = "1.0.197", features = ["derive"] }
serde_json = "1.0.114"
bech32 = "0.11.0"
base64 = "0.21.7"
base64 = "0.22.0"
hmac = "0.12.1"
sha2 = "0.10.8"
reqwest = { version = "0.11.24", features = ["blocking", "json"] }
Expand Down

0 comments on commit d8b73f8

Please sign in to comment.