Skip to content

Commit

Permalink
feat(deps): bump getrandom from 0.2.10 to 0.2.11 (#142)
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] authored Dec 20, 2023
1 parent 2b14020 commit e596b8c
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 10 deletions.
16 changes: 8 additions & 8 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion bindings/wasm/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ zklink_sdk_wallet = { path = "../../wallet" }
serde_json = "1.0"
wasm-bindgen = { version = "0.2.87",features = ["serde-serialize"] }
serde-wasm-bindgen = "0.5"
getrandom = { version = "0.2.10", features = ["js"] }
getrandom = { version = "0.2.11", features = ["js"] }
web-sys = "0.3"
hex = "0.4.3"
serde = "1.0.137"
Expand Down
2 changes: 1 addition & 1 deletion provider/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jsonrpsee = { version = "0.20.1", features = ["http-client","macros"] }

[target.'cfg(target_arch = "wasm32")'.dependencies]
jsonrpsee = { version = "0.20.1", features = ["macros","jsonrpsee-types","client-core"] }
getrandom = { version = "0.2.10", features = ["js"] }
getrandom = { version = "0.2.11", features = ["js"] }
uuid = "0.8"

[dev-dependencies]
Expand Down

0 comments on commit e596b8c

Please sign in to comment.