Browse Source

Update measureme requirement from 9.1.2 to 10.0.0 in /boa (#1647)

Updates the requirements on [measureme](https://github.com/rust-lang/measureme) to permit the latest version.
- [Release notes](https://github.com/rust-lang/measureme/releases)
- [Changelog](https://github.com/rust-lang/measureme/blob/master/CHANGELOG.md)
- [Commits](https://github.com/rust-lang/measureme/compare/9.1.2...10.0.0)

---
updated-dependencies:
- dependency-name: measureme
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
pull/1648/head
dependabot[bot] 3 years ago committed by GitHub
parent
commit
bd5827dfec
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      boa/Cargo.toml

2
boa/Cargo.toml

@ -41,7 +41,7 @@ dyn-clone = "1.0.4"
once_cell = "1.8.0"
# Optional Dependencies
measureme = { version = "9.1.2", optional = true }
measureme = { version = "10.0.0", optional = true }
[target.wasm32-unknown-unknown.dependencies]
getrandom = { version = "0.2.3", features = ["js"] }

Loading…
Cancel
Save