Browse Source

Bump measureme from 10.1.0 to 10.1.1 (#2595)

Bumps [measureme](https://github.com/rust-lang/measureme) from 10.1.0 to 10.1.1.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a href="https://github.com/rust-lang/measureme/releases">measureme's releases</a>.</em></p>
<blockquote>
<h2>10.1.1</h2>
<h3>Changed</h3>
<ul>
<li><code>measureme</code>: Update <code>perf-event-open-sys</code> to 3.0 (<a href="https://github-redirect.dependabot.com/rust-lang/measureme/issues/198">GH-198</a>)</li>
<li>Move profile data analysis into analyzeme from summarizeme (<a href="https://github-redirect.dependabot.com/rust-lang/measureme/issues/200">GH-200</a>)</li>
<li><code>summarize</code>: Update <code>prettytable</code> dependency to avoid segfaults on large profiles (<a href="https://github-redirect.dependabot.com/rust-lang/measureme/issues/202">GH-202</a>)</li>
</ul>
<p><a href="https://github-redirect.dependabot.com/rust-lang/measureme/issues/198">GH-198</a>: <a href="https://github-redirect.dependabot.com/rust-lang/measureme/pull/198">rust-lang/measureme#198</a>
<a href="https://github-redirect.dependabot.com/rust-lang/measureme/issues/200">GH-200</a>: <a href="https://github-redirect.dependabot.com/rust-lang/measureme/pull/200">rust-lang/measureme#200</a>
<a href="https://github-redirect.dependabot.com/rust-lang/measureme/issues/202">GH-202</a>: <a href="https://github-redirect.dependabot.com/rust-lang/measureme/pull/202">rust-lang/measureme#202</a></p>
</blockquote>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a href="https://github.com/rust-lang/measureme/blob/master/CHANGELOG.md">measureme's changelog</a>.</em></p>
<blockquote>
<h2>[10.1.1] - 2023-02-08</h2>
<h3>Changed</h3>
<ul>
<li><code>measureme</code>: Update <code>perf-event-open-sys</code> to 3.0 (<a href="https://github-redirect.dependabot.com/rust-lang/measureme/issues/198">GH-198</a>)</li>
<li>Move profile data analysis into analyzeme from summarizeme (<a href="https://github-redirect.dependabot.com/rust-lang/measureme/issues/200">GH-200</a>)</li>
<li><code>summarize</code>: Update <code>prettytable</code> dependency to avoid segfaults on large profiles (<a href="https://github-redirect.dependabot.com/rust-lang/measureme/issues/202">GH-202</a>)</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a href="6b8bc6d04f"><code>6b8bc6d</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/rust-lang/measureme/issues/203">#203</a> from wesleywiser/new_release</li>
<li><a href="e5566045c0"><code>e556604</code></a> Prepare for 10.1.1 release</li>
<li><a href="f2261c158a"><code>f2261c1</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/rust-lang/measureme/issues/202">#202</a> from pinkforest/chore-bump-prettytable</li>
<li><a href="1cea44bc8f"><code>1cea44b</code></a> Update prettytable to 0.10</li>
<li><a href="8679959769"><code>8679959</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/rust-lang/measureme/issues/200">#200</a> from rust-lang/analysis-in-analyzeme</li>
<li><a href="5ee583bd9e"><code>5ee583b</code></a> Move analysis into analyzeme</li>
<li><a href="e2d7d6a1bb"><code>e2d7d6a</code></a> Auto merge of <a href="https://github-redirect.dependabot.com/rust-lang/measureme/issues/198">#198</a> - jimblandy:update-perf-event-open-sys-3.0.0, r=wesleywiser</li>
<li><a href="4adb48db45"><code>4adb48d</code></a> Update perf-event-open-sys to 3.0.0.</li>
<li>See full diff in <a href="https://github.com/rust-lang/measureme/compare/10.1.0...10.1.1">compare view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=measureme&package-manager=cargo&previous-version=10.1.0&new-version=10.1.1)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`.

[//]: # (dependabot-automerge-start)
[//]: # (dependabot-automerge-end)

---

<details>
<summary>Dependabot commands and options</summary>
<br />

You can trigger Dependabot actions by commenting on this PR:
- `@dependabot rebase` will rebase this PR
- `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it
- `@dependabot merge` will merge this PR after your CI passes on it
- `@dependabot squash and merge` will squash and merge this PR after your CI passes on it
- `@dependabot cancel merge` will cancel a previously requested merge and block automerging
- `@dependabot reopen` will reopen this PR if it is closed
- `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
- `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
- `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
- `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)


</details>
pull/2600/head
dependabot[bot] 2 years ago
parent
commit
c357ae7597
  1. 8
      Cargo.lock
  2. 2
      boa_profiler/Cargo.toml

8
Cargo.lock generated

@ -2257,9 +2257,9 @@ dependencies = [
[[package]]
name = "measureme"
version = "10.1.0"
version = "10.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "cbdc226fa10994e8f66a4d2f6f000148bc563a1c671b6dcd2135737018033d8a"
checksum = "1930d162935fecd56fc4e0f6729eb3483bac1264542eb4ea31570b86a434b6bc"
dependencies = [
"log",
"memmap2 0.2.3",
@ -2653,9 +2653,9 @@ checksum = "478c572c3d73181ff3c2539045f6eb99e5491218eae919370993b890cdbdd98e"
[[package]]
name = "perf-event-open-sys"
version = "1.0.1"
version = "3.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ce9bedf5da2c234fdf2391ede2b90fabf585355f33100689bc364a3ea558561a"
checksum = "b29be2ba35c12c6939f6bc73187f728bba82c3c062ecdc5fa90ea739282a1f58"
dependencies = [
"libc",
]

2
boa_profiler/Cargo.toml

@ -14,6 +14,6 @@ rust-version.workspace = true
profiler = ["measureme", "once_cell", "rustc-hash"]
[dependencies]
measureme = { version = "10.1.0", optional = true }
measureme = { version = "10.1.1", optional = true }
once_cell = { version = "1.17.0", optional = true }
rustc-hash = { version = "1.1.0", optional = true }

Loading…
Cancel
Save