Browse Source

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] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
pull/3591/head
dependabot[bot] 10 months ago committed by GitHub
parent
commit
64a9819d24
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

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

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 = "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 }

Loading…
Cancel
Save