Browse Source

Bump getrandom from 0.2.12 to 0.2.13 (#3796)

Bumps [getrandom](https://github.com/rust-random/getrandom) from 0.2.12 to 0.2.13.
- [Changelog](https://github.com/rust-random/getrandom/blob/master/CHANGELOG.md)
- [Commits](https://github.com/rust-random/getrandom/compare/v0.2.12...v0.2.13)

---
updated-dependencies:
- dependency-name: getrandom
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
pull/3800/head
dependabot[bot] 3 weeks ago committed by GitHub
parent
commit
848103ae3f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 4
      Cargo.lock
  2. 2
      ffi/wasm/Cargo.toml

4
Cargo.lock generated

@ -1591,9 +1591,9 @@ dependencies = [
[[package]]
name = "getrandom"
version = "0.2.12"
version = "0.2.13"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "190092ea657667030ac6a35e305e62fc4dd69fd98ac98631e5d3a2b1575a12b5"
checksum = "a06fddc2749e0528d2813f95e050e87e52c8cbbae56223b9babf73b3e53b0cc6"
dependencies = [
"cfg-if",
"js-sys",

2
ffi/wasm/Cargo.toml

@ -14,7 +14,7 @@ rust-version.workspace = true
[dependencies]
boa_engine = { workspace = true, features = ["js"] }
wasm-bindgen = { version = "0.2.91", default-features = false }
getrandom = { version = "0.2.12", features = ["js"] }
getrandom = { version = "0.2.13", features = ["js"] }
console_error_panic_hook = "0.1.7"
[dev-dependencies]

Loading…
Cancel
Save