From 0a2ac36fc18d0224563ad263e58fc7124547c15e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 26 Apr 2021 11:36:46 +0000 Subject: [PATCH] Bump measureme from 9.1.0 to 9.1.1 (#1217) --- Cargo.lock | 13 ++++++------- boa/Cargo.toml | 2 +- 2 files changed, 7 insertions(+), 8 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 3e74db4ff65..c239b46f6c5 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -682,12 +682,12 @@ checksum = "7ffc5c5338469d4d3ea17d269fa8ea3512ad247247c30bd2df69e68309ed0a08" [[package]] name = "measureme" -version = "9.1.0" +version = "9.1.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4a98e07fe802486895addb2b5467f33f205e82c426bfaf350f5d8109b137767c" +checksum = "49cf14eb7d2eea897d9949b68f19e165638755e3a1a3c0941b6b6c3e00141f2c" dependencies = [ "log", - "memmap", + "memmap2", "parking_lot", "perf-event-open-sys", "rustc-hash", @@ -701,13 +701,12 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "0ee1c47aaa256ecabcaea351eae4a9b01ef39ed810004e298d2511ed284b1525" [[package]] -name = "memmap" -version = "0.7.0" +name = "memmap2" +version = "0.2.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6585fd95e7bb50d6cc31e20d4cf9afb4e2ba16c5846fc76793f11218da9c475b" +checksum = "397d1a6d6d0563c0f5462bbdae662cf6c784edf5e828e40c7257f85d82bf56dd" dependencies = [ "libc", - "winapi", ] [[package]] diff --git a/boa/Cargo.toml b/boa/Cargo.toml index 7dd51bd47ad..0f04ac40c9a 100644 --- a/boa/Cargo.toml +++ b/boa/Cargo.toml @@ -38,7 +38,7 @@ chrono = "0.4.19" fast-float = "0.2.0" # Optional Dependencies -measureme = { version = "9.1.0", optional = true } +measureme = { version = "9.1.1", optional = true } once_cell = { version = "1.7.2", optional = true } [dev-dependencies]