From 64a9819d2404279f391ab5e7a3807794f9a77a75 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 16 Jan 2024 16:46:54 +0000 Subject: [PATCH] Bump measureme from 11.0.0 to 11.0.1 (#3586) Bumps [measureme](https://github.com/rust-lang/measureme) from 11.0.0 to 11.0.1. - [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/11.0.0...11.0.1) --- updated-dependencies: - dependency-name: measureme dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- Cargo.lock | 4 ++-- core/profiler/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index dac735b5d4..6b71a90b0a 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2205,9 +2205,9 @@ dependencies = [ [[package]] name = "measureme" -version = "11.0.0" +version = "11.0.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a657ddbc53c60099ab6842cc5f861f33cf8c2b4f56928e0b5d80c2e6071dc7ea" +checksum = "dfa4a40f09af7aa6faef38285402a78847d0d72bf8827006cd2a332e1e6e4a8d" dependencies = [ "log", "memmap2 0.2.3", diff --git a/core/profiler/Cargo.toml b/core/profiler/Cargo.toml index 02b0db737a..7c06063d3b 100644 --- a/core/profiler/Cargo.toml +++ b/core/profiler/Cargo.toml @@ -14,7 +14,7 @@ rust-version.workspace = true profiler = ["dep:measureme", "dep:once_cell", "dep:rustc-hash"] [dependencies] -measureme = { version = "11.0.0", optional = true } +measureme = { version = "11.0.1", optional = true } once_cell = { workspace = true, optional = true, features = ["std"] } rustc-hash = { workspace = true, optional = true }