Browse Source

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] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
pull/3037/merge
dependabot[bot] 11 months ago committed by GitHub
parent
commit
6ce34c7033
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 4
      Cargo.lock
  2. 2
      core/profiler/Cargo.toml

4
Cargo.lock generated

@ -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",

2
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 }

Loading…
Cancel
Save