From ae76501709731794915daf6e4a8bf90d1ea12c81 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 8 Oct 2020 10:32:17 +0200 Subject: [PATCH] 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] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- Cargo.lock | 5 +++-- boa/Cargo.toml | 2 +- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 08fd3a98c0..147e176a68 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -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]] diff --git a/boa/Cargo.toml b/boa/Cargo.toml index bd3df04cf2..15d466b560 100644 --- a/boa/Cargo.toml +++ b/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]