Browse Source

Bump measureme from 0.8.0 to 9.0.0 (#814)

Bumps [measureme](https://github.com/rust-lang/measureme) from 0.8.0 to 9.0.0.
- [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/0.8.0...9.0.0)

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

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

5
Cargo.lock generated

@ -656,12 +656,13 @@ checksum = "60302e4db3a61da70c0cb7991976248362f30319e88850c487b9b95bbf059e00"
[[package]]
name = "measureme"
version = "0.8.0"
version = "9.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7e5a18d45a9687ab429498b80d36ca4f267cdc9d7732cdd4b538ff79d952f81f"
checksum = "22bf8d885d073610aee20e7fa205c4341ed32a761dbde96da5fd96301a8d3e82"
dependencies = [
"parking_lot",
"rustc-hash",
"smallvec",
]
[[package]]

2
boa/Cargo.toml

@ -32,7 +32,7 @@ chrono = "0.4.19"
# Optional Dependencies
serde = { version = "1.0.116", features = ["derive"], optional = true }
measureme = { version = "0.8.0", optional = true }
measureme = { version = "9.0.0", optional = true }
once_cell = { version = "1.4.1", optional = true }
[dev-dependencies]

Loading…
Cancel
Save