Browse Source

Bump getrandom from 0.2.11 to 0.2.12 (#3574)

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

---
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/3576/head
dependabot[bot] 10 months ago committed by GitHub
parent
commit
74a2c08107
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 4
      Cargo.lock
  2. 2
      ffi/wasm/Cargo.toml

4
Cargo.lock generated

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

2
ffi/wasm/Cargo.toml

@ -14,7 +14,7 @@ rust-version.workspace = true
[dependencies] [dependencies]
boa_engine = { workspace = true, features = ["js"] } boa_engine = { workspace = true, features = ["js"] }
wasm-bindgen = { version = "0.2.89", default-features = false } wasm-bindgen = { version = "0.2.89", default-features = false }
getrandom = { version = "0.2.11", features = ["js"] } getrandom = { version = "0.2.12", features = ["js"] }
chrono = { workspace = true, default-features = false, features = ["clock", "std", "wasmbind"] } chrono = { workspace = true, default-features = false, features = ["clock", "std", "wasmbind"] }
console_error_panic_hook = "0.1.7" console_error_panic_hook = "0.1.7"

Loading…
Cancel
Save