Skip to content

Commit

Permalink
Bump codspeed-criterion-compat from 2.6.0 to 2.7.2 (#3324)
Browse files Browse the repository at this point in the history
Bumps
[codspeed-criterion-compat](https://github.com/CodSpeedHQ/codspeed-rust)
from 2.6.0 to 2.7.2.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/CodSpeedHQ/codspeed-rust/releases">codspeed-criterion-compat's
releases</a>.</em></p>
<blockquote>
<h2>v2.7.2</h2>
<h2>What's Changed</h2>
<ul>
<li>feat: add prebuilt aarch64 binary by <a
href="https://github.com/art049"><code>@​art049</code></a> in <a
href="https://redirect.github.com/CodSpeedHQ/codspeed-rust/pull/53">CodSpeedHQ/codspeed-rust#53</a></li>
<li>fix: allow building codspeed-rust on unsupported architectures by <a
href="https://github.com/art049"><code>@​art049</code></a> in <a
href="https://redirect.github.com/CodSpeedHQ/codspeed-rust/pull/54">CodSpeedHQ/codspeed-rust#54</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a
href="https://github.com/CodSpeedHQ/codspeed-rust/compare/v2.7.1...v2.7.2">https://github.com/CodSpeedHQ/codspeed-rust/compare/v2.7.1...v2.7.2</a></p>
<h2>v2.7.1</h2>
<h2>What's Changed</h2>
<ul>
<li>chore: set MSRV to 1.74 and enforce it in CI by <a
href="https://github.com/art049"><code>@​art049</code></a> in <a
href="https://redirect.github.com/CodSpeedHQ/codspeed-rust/pull/52">CodSpeedHQ/codspeed-rust#52</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a
href="https://github.com/CodSpeedHQ/codspeed-rust/compare/v2.7.0...v2.7.1">https://github.com/CodSpeedHQ/codspeed-rust/compare/v2.7.0...v2.7.1</a></p>
<h2>v2.7.0</h2>
<h2>What's Changed</h2>
<ul>
<li>feat(cargo-codspeed): allow custom build profile selection by <a
href="https://github.com/art049"><code>@​art049</code></a> in <a
href="https://redirect.github.com/CodSpeedHQ/codspeed-rust/pull/49">CodSpeedHQ/codspeed-rust#49</a></li>
<li>fix(cargo-codspeed): display run bench command error by <a
href="https://github.com/adriencaccia"><code>@​adriencaccia</code></a>
in <a
href="https://redirect.github.com/CodSpeedHQ/codspeed-rust/pull/45">CodSpeedHQ/codspeed-rust#45</a></li>
<li>chore: bump dependency versions and move to Rust 1.80 by <a
href="https://github.com/antiguru"><code>@​antiguru</code></a> in <a
href="https://redirect.github.com/CodSpeedHQ/codspeed-rust/pull/47">CodSpeedHQ/codspeed-rust#47</a></li>
</ul>
<h2>New Contributors</h2>
<ul>
<li><a href="https://github.com/antiguru"><code>@​antiguru</code></a>
made their first contribution in <a
href="https://redirect.github.com/CodSpeedHQ/codspeed-rust/pull/47">CodSpeedHQ/codspeed-rust#47</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a
href="https://github.com/CodSpeedHQ/codspeed-rust/compare/v2.6.0...v2.7.0">https://github.com/CodSpeedHQ/codspeed-rust/compare/v2.6.0...v2.7.0</a></p>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/CodSpeedHQ/codspeed-rust/commit/dd5115239e2123845c20cfb0be4c77e8be479fcf"><code>dd51152</code></a>
Release 2.7.2</li>
<li><a
href="https://github.com/CodSpeedHQ/codspeed-rust/commit/7268615abfa168686354b5c1017b9c9e3b8c5053"><code>7268615</code></a>
fix: allow building codspeed-rust on unsupported architectures</li>
<li><a
href="https://github.com/CodSpeedHQ/codspeed-rust/commit/ed05600589f617eab813ff17b49e45b001c9ea9f"><code>ed05600</code></a>
fix(cargo-codspeed): avoid installing the target with rustup when using
cross</li>
<li><a
href="https://github.com/CodSpeedHQ/codspeed-rust/commit/5ef62a82373f56c392356d403e40f4282fd328eb"><code>5ef62a8</code></a>
feat(cargo-codspeed): add prebuilt aarch64 binary to releases</li>
<li><a
href="https://github.com/CodSpeedHQ/codspeed-rust/commit/8a9f8e1aa3abb34057272f5c03418d3f4b861a50"><code>8a9f8e1</code></a>
Release 2.7.1</li>
<li><a
href="https://github.com/CodSpeedHQ/codspeed-rust/commit/0cbca010b4b0c9ca414bb58cca7e7ec4e6e1966b"><code>0cbca01</code></a>
chore: set MSRV to 1.74 and enforce it in CI</li>
<li><a
href="https://github.com/CodSpeedHQ/codspeed-rust/commit/690377036d997954ed463d2c7f14cefa3ad1999a"><code>6903770</code></a>
Release 2.7.0</li>
<li><a
href="https://github.com/CodSpeedHQ/codspeed-rust/commit/814fb2bbdfc3f4c6f2a37a01f1f1c19ac91dc719"><code>814fb2b</code></a>
chore: bump dependency versions and move to Rust 1.80 (<a
href="https://redirect.github.com/CodSpeedHQ/codspeed-rust/issues/47">#47</a>)</li>
<li><a
href="https://github.com/CodSpeedHQ/codspeed-rust/commit/6b96b8001242188133071097a10dfcfd5929bc6a"><code>6b96b80</code></a>
fix(cargo-codspeed): display run bench command error (<a
href="https://redirect.github.com/CodSpeedHQ/codspeed-rust/issues/45">#45</a>)</li>
<li><a
href="https://github.com/CodSpeedHQ/codspeed-rust/commit/65aab70b766936057666c3bb5a7c30083f2ad29a"><code>65aab70</code></a>
feat(cargo-codspeed): allow custom build profile selection</li>
<li>Additional commits viewable in <a
href="https://github.com/CodSpeedHQ/codspeed-rust/compare/v2.6.0...v2.7.2">compare
view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=codspeed-criterion-compat&package-manager=cargo&previous-version=2.6.0&new-version=2.7.2)](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 show <dependency name> ignore conditions` will show all
of the ignore conditions of the specified dependency
- `@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>

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 Sep 16, 2024
1 parent b8066ce commit 0d91824
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 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 src/core/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ typed-builder = "0.18.0"
vec-collections = "0.4.3"

[dev-dependencies]
codspeed-criterion-compat = "2.6.0"
codspeed-criterion-compat = "2.7.2"
proptest = { version = "1.5.0", default-features = false, features = ["std"]}
rand = "0.8.2"
tempfile = "3.12.0"
Expand Down

0 comments on commit 0d91824

Please sign in to comment.