Browse Source

Bump getrandom from 0.2.14 to 0.2.15 (#3850)

Bumps [getrandom](https://github.com/rust-random/getrandom) from 0.2.14 to 0.2.15.
- [Changelog](https://github.com/rust-random/getrandom/blob/master/CHANGELOG.md)
- [Commits](https://github.com/rust-random/getrandom/compare/v0.2.14...v0.2.15)

---
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/3853/head
dependabot[bot] 6 months ago committed by GitHub
parent
commit
314ff860f9
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 8
      Cargo.lock
  2. 2
      ffi/wasm/Cargo.toml

8
Cargo.lock generated

@ -1605,9 +1605,9 @@ dependencies = [
[[package]]
name = "getrandom"
version = "0.2.14"
version = "0.2.15"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "94b22e06ecb0110981051723910cbf0b5f5e09a2062dd7663334ee79a9d1286c"
checksum = "c4567c8db10ae91089c99af84c68c38da3ec2f087c3f82960bcdbf3656b6f4d7"
dependencies = [
"cfg-if",
"js-sys",
@ -2271,9 +2271,9 @@ checksum = "884e2677b40cc8c339eaefcb701c32ef1fd2493d71118dc0ca4b6a736c93bd67"
[[package]]
name = "libc"
version = "0.2.153"
version = "0.2.154"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9c198f91728a82281a64e1f4f9eeb25d82cb32a5de251c6bd1b5154d63a8e7bd"
checksum = "ae743338b92ff9146ce83992f766a31066a91a8c84a45e0e9f21e7cf6de6d346"
[[package]]
name = "libloading"

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.14", features = ["js"] }
getrandom = { version = "0.2.15", features = ["js"] }
console_error_panic_hook = "0.1.7"
[dev-dependencies]

Loading…
Cancel
Save