From 6ce34c70337567a7f563384125924b32667fad00 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 19 Dec 2023 07:32:07 -0600 Subject: [PATCH] Bump measureme from 10.1.2 to 11.0.0 (#3524) Bumps [measureme](https://github.com/rust-lang/measureme) from 10.1.2 to 11.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/10.1.2...11.0.0) --- updated-dependencies: - dependency-name: measureme dependency-type: direct:production update-type: version-update:semver-major ... 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 587938088f..a37ef957d1 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2300,9 +2300,9 @@ dependencies = [ [[package]] name = "measureme" -version = "10.1.2" +version = "11.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "45e381dcdad44c3c435f8052b08c5c4a1449c48ab56f312345eae12d7a693dbe" +checksum = "a657ddbc53c60099ab6842cc5f861f33cf8c2b4f56928e0b5d80c2e6071dc7ea" dependencies = [ "log", "memmap2 0.2.3", diff --git a/core/profiler/Cargo.toml b/core/profiler/Cargo.toml index 9db7b7dfa9..02b0db737a 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 = "10.1.2", optional = true } +measureme = { version = "11.0.0", optional = true } once_cell = { workspace = true, optional = true, features = ["std"] } rustc-hash = { workspace = true, optional = true }