Skip to content

Commit

Permalink
Bump measureme from 10.1.1 to 10.1.2 (#3520)
Browse files Browse the repository at this point in the history
Bumps [measureme](https://github.com/rust-lang/measureme) from 10.1.1 to 10.1.2.
- [Release notes](https://github.com/rust-lang/measureme/releases)
- [Changelog](https://github.com/rust-lang/measureme/blob/master/CHANGELOG.md)
- [Commits](rust-lang/measureme@10.1.1...10.1.2)

---
updated-dependencies:
- dependency-name: measureme
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Dec 15, 2023
1 parent 725b8c3 commit 1a70be1
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 45 deletions.
54 changes: 10 additions & 44 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion core/profiler/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ rust-version.workspace = true
profiler = ["dep:measureme", "dep:once_cell", "dep:rustc-hash"]

[dependencies]
measureme = { version = "10.1.1", optional = true }
measureme = { version = "10.1.2", optional = true }
once_cell = { workspace = true, optional = true, features = ["std"] }
rustc-hash = { workspace = true, optional = true }

Expand Down

0 comments on commit 1a70be1

Please sign in to comment.