Avatar for the SRv6d user
SRv6d
rpsl-rs
BlogDocsChangelog

Performance History

Latest Results

Bump the actions-non-major group with 2 updates Bumps the actions-non-major group with 2 updates: [CodSpeedHQ/action](https://github.com/codspeedhq/action) and [github/codeql-action](https://github.com/github/codeql-action). Updates `CodSpeedHQ/action` from 4.11.1 to 4.12.1 - [Release notes](https://github.com/codspeedhq/action/releases) - [Changelog](https://github.com/CodSpeedHQ/action/blob/main/CHANGELOG.md) - [Commits](https://github.com/codspeedhq/action/compare/281164b0f014a4e7badd2c02cecad9b595b70537...1c8ae4843586d3ba879736b7f6b7b0c990757fab) Updates `github/codeql-action` from 4.32.6 to 4.34.1 - [Release notes](https://github.com/github/codeql-action/releases) - [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md) - [Commits](https://github.com/github/codeql-action/compare/0d579ffd059c29b07949a3cce3983f0780820c98...38697555549f1db7851b81482ff19f1fa5c4fedc) --- updated-dependencies: - dependency-name: CodSpeedHQ/action dependency-version: 4.12.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: actions-non-major - dependency-name: github/codeql-action dependency-version: 4.34.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: actions-non-major ... Signed-off-by: dependabot[bot] <support@github.com>
dependabot/github_actions/actions-non-major-750e59c7ff
4 hours ago
Bump the actions-non-major group with 2 updates (#280) Bumps the actions-non-major group with 2 updates: [actions-rust-lang/setup-rust-toolchain](https://github.com/actions-rust-lang/setup-rust-toolchain) and [codecov/codecov-action](https://github.com/codecov/codecov-action). Updates `actions-rust-lang/setup-rust-toolchain` from 1.15.3 to 1.15.4 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/actions-rust-lang/setup-rust-toolchain/releases">actions-rust-lang/setup-rust-toolchain's releases</a>.</em></p> <blockquote> <h2>v1.15.4</h2> <h2>What's Changed</h2> <ul> <li>Bump Swatinem/rust-cache from 2.8.2 to 2.9.1 by <a href="https://github.com/hyperfinitism"><code>@​hyperfinitism</code></a> in <a href="https://redirect.github.com/actions-rust-lang/setup-rust-toolchain/pull/87">actions-rust-lang/setup-rust-toolchain#87</a></li> </ul> <h2>New Contributors</h2> <ul> <li><a href="https://github.com/hyperfinitism"><code>@​hyperfinitism</code></a> made their first contribution in <a href="https://redirect.github.com/actions-rust-lang/setup-rust-toolchain/pull/87">actions-rust-lang/setup-rust-toolchain#87</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/actions-rust-lang/setup-rust-toolchain/compare/v1.15.3...v1.15.4">https://github.com/actions-rust-lang/setup-rust-toolchain/compare/v1.15.3...v1.15.4</a></p> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/actions-rust-lang/setup-rust-toolchain/blob/main/CHANGELOG.md">actions-rust-lang/setup-rust-toolchain's changelog</a>.</em></p> <blockquote> <h1>Changelog</h1> <p>All notable changes to this project will be documented in this file.</p> <p>The format is based on <a href="https://keepachangelog.com/en/1.0.0/">Keep a Changelog</a>, and this project adheres to <a href="https://semver.org/spec/v2.0.0.html">Semantic Versioning</a>.</p> <h2>[Unreleased]</h2> <h2>[1.15.4] - 2026-03-15</h2> <ul> <li>Bump Swatinem/rust-cache from 2.8.2 to 2.9.1 (<a href="https://redirect.github.com/actions-rust-lang/setup-rust-toolchain/issues/87">#87</a> by <a href="https://github.com/hyperfinitism"><code>@​hyperfinitism</code></a>) This gets rid of the warnings about Node.js 20.</li> </ul> <h2>[1.15.3] - 2026-03-01</h2> <ul> <li>Bump Swatinem/rust-cache from 2.8.1 to 2.8.2</li> </ul> <h2>[1.15.2] - 2025-10-04</h2> <ul> <li>Fix: Run the version detection steps in the selected <code>rust-src-dir</code> directory. This should enable the version selection even without a default toolchain installed. Fixes <a href="https://redirect.github.com/actions-rust-lang/setup-rust-toolchain/issues/74">#74</a>.</li> </ul> <h2>[1.15.1] - 2025-09-23</h2> <ul> <li>Update <code>Swatinem/rust-cache</code> to v2.8.1</li> </ul> <h2>[1.15.0] - 2025-09-14</h2> <ul> <li>Add support for non-root source directory. Accept source code and <code>rust-toolchain.toml</code> file in subdirectories of the repository. Adds a new parameter <code>rust-src-dir</code> that controls the lookup for toolchain files and sets a default value for the <code>cache-workspace</code> input. (<a href="https://redirect.github.com/actions-rust-lang/setup-rust-toolchain/issues/69">#69</a> by <a href="https://github.com/Kubaryt"><code>@​Kubaryt</code></a>)</li> </ul> <h2>[1.14.1] - 2025-08-28</h2> <ul> <li>Pin <code>Swatinem/rust-cache</code> action to a full commit SHA (<a href="https://redirect.github.com/actions-rust-lang/setup-rust-toolchain/issues/68">#68</a> by <a href="https://github.com/JohnTitor"><code>@​JohnTitor</code></a>)</li> </ul> <h2>[1.14.0] - 2025-08-23</h2> <ul> <li>Add new parameters <code>cache-all-crates</code> and <code>cache-workspace-crates</code> that are propagated to <code>Swatinem/rust-cache</code> as <code>cache-all-crates</code> and <code>cache-workspace-crates</code></li> </ul> <h2>[1.13.0] - 2025-06-16</h2> <ul> <li>Add new parameter <code>cache-provider</code> that is propagated to <code>Swatinem/rust-cache</code> as <code>cache-provider</code> (<a href="https://redirect.github.com/actions-rust-lang/setup-rust-toolchain/issues/65">#65</a> by <a href="https://github.com/mindrunner"><code>@​mindrunner</code></a>)</li> </ul> <h2>[1.12.0] - 2025-04-23</h2> <ul> <li>Add support for installing rustup on Windows (<a href="https://redirect.github.com/actions-rust-lang/setup-rust-toolchain/issues/58">#58</a> by <a href="https://github.com/maennchen"><code>@​maennchen</code></a>) This adds support for using Rust on the GitHub provided Windows ARM runners.</li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/actions-rust-lang/setup-rust-toolchain/commit/150fca883cd4034361b621bd4e6a9d34e5143606"><code>150fca8</code></a> Update CHANGELOG for version 1.15.4</li> <li><a href="https://github.com/actions-rust-lang/setup-rust-toolchain/commit/aa63f5758dc452b0530bfc21a02832b8f64f2239"><code>aa63f57</code></a> Merge pull request <a href="https://redirect.github.com/actions-rust-lang/setup-rust-toolchain/issues/87">#87</a> from hyperfinitism/deps/bump-rust-cache</li> <li><a href="https://github.com/actions-rust-lang/setup-rust-toolchain/commit/229ed076e84b5b65cd2f9d73f942027b40c35131"><code>229ed07</code></a> deps: Bump Swatinem/rust-cache from 2.8.2 to 2.9.1</li> <li>See full diff in <a href="https://github.com/actions-rust-lang/setup-rust-toolchain/compare/a0b538fa0b742a6aa35d6e2c169b4bd06d225a98...150fca883cd4034361b621bd4e6a9d34e5143606">compare view</a></li> </ul> </details> <br /> Updates `codecov/codecov-action` from 5.5.2 to 5.5.3 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/codecov/codecov-action/releases">codecov/codecov-action's releases</a>.</em></p> <blockquote> <h2>v5.5.3</h2> <h2>What's Changed</h2> <ul> <li>build(deps): bump actions/github-script from 7.0.1 to 8.0.0 by <a href="https://github.com/dependabot"><code>@​dependabot</code></a>[bot] in <a href="https://redirect.github.com/codecov/codecov-action/pull/1874">codecov/codecov-action#1874</a></li> <li>chore(release): bump to 5.5.3 by <a href="https://github.com/thomasrockhu-codecov"><code>@​thomasrockhu-codecov</code></a> in <a href="https://redirect.github.com/codecov/codecov-action/pull/1922">codecov/codecov-action#1922</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/codecov/codecov-action/compare/v5.5.2...v5.5.3">https://github.com/codecov/codecov-action/compare/v5.5.2...v5.5.3</a></p> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/codecov/codecov-action/blob/main/CHANGELOG.md">codecov/codecov-action's changelog</a>.</em></p> <blockquote> <h2>v5.5.2</h2> <h3>What's Changed</h3> <p><strong>Full Changelog</strong>: <a href="https://github.com/codecov/codecov-action/compare/v5.5.1..v5.5.2">https://github.com/codecov/codecov-action/compare/v5.5.1..v5.5.2</a></p> <h2>v5.5.1</h2> <h3>What's Changed</h3> <ul> <li>fix: overwrite pr number on fork by <a href="https://github.com/thomasrockhu-codecov"><code>@​thomasrockhu-codecov</code></a> in <a href="https://redirect.github.com/codecov/codecov-action/pull/1871">codecov/codecov-action#1871</a></li> <li>build(deps): bump actions/checkout from 4.2.2 to 5.0.0 by <code>@​app/dependabot</code> in <a href="https://redirect.github.com/codecov/codecov-action/pull/1868">codecov/codecov-action#1868</a></li> <li>build(deps): bump github/codeql-action from 3.29.9 to 3.29.11 by <code>@​app/dependabot</code> in <a href="https://redirect.github.com/codecov/codecov-action/pull/1867">codecov/codecov-action#1867</a></li> <li>fix: update to use local app/ dir by <a href="https://github.com/thomasrockhu-codecov"><code>@​thomasrockhu-codecov</code></a> in <a href="https://redirect.github.com/codecov/codecov-action/pull/1872">codecov/codecov-action#1872</a></li> <li>docs: fix typo in README by <a href="https://github.com/datalater"><code>@​datalater</code></a> in <a href="https://redirect.github.com/codecov/codecov-action/pull/1866">codecov/codecov-action#1866</a></li> <li>Document a <code>codecov-cli</code> version reference example by <a href="https://github.com/webknjaz"><code>@​webknjaz</code></a> in <a href="https://redirect.github.com/codecov/codecov-action/pull/1774">codecov/codecov-action#1774</a></li> <li>build(deps): bump github/codeql-action from 3.28.18 to 3.29.9 by <code>@​app/dependabot</code> in <a href="https://redirect.github.com/codecov/codecov-action/pull/1861">codecov/codecov-action#1861</a></li> <li>build(deps): bump ossf/scorecard-action from 2.4.1 to 2.4.2 by <code>@​app/dependabot</code> in <a href="https://redirect.github.com/codecov/codecov-action/pull/1833">codecov/codecov-action#1833</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/codecov/codecov-action/compare/v5.5.0..v5.5.1">https://github.com/codecov/codecov-action/compare/v5.5.0..v5.5.1</a></p> <h2>v5.5.0</h2> <h3>What's Changed</h3> <ul> <li>feat: upgrade wrapper to 0.2.4 by <a href="https://github.com/jviall"><code>@​jviall</code></a> in <a href="https://redirect.github.com/codecov/codecov-action/pull/1864">codecov/codecov-action#1864</a></li> <li>Pin actions/github-script by Git SHA by <a href="https://github.com/martincostello"><code>@​martincostello</code></a> in <a href="https://redirect.github.com/codecov/codecov-action/pull/1859">codecov/codecov-action#1859</a></li> <li>fix: check reqs exist by <a href="https://github.com/joseph-sentry"><code>@​joseph-sentry</code></a> in <a href="https://redirect.github.com/codecov/codecov-action/pull/1835">codecov/codecov-action#1835</a></li> <li>fix: Typo in README by <a href="https://github.com/spalmurray"><code>@​spalmurray</code></a> in <a href="https://redirect.github.com/codecov/codecov-action/pull/1838">codecov/codecov-action#1838</a></li> <li>docs: Refine OIDC docs by <a href="https://github.com/spalmurray"><code>@​spalmurray</code></a> in <a href="https://redirect.github.com/codecov/codecov-action/pull/1837">codecov/codecov-action#1837</a></li> <li>build(deps): bump github/codeql-action from 3.28.17 to 3.28.18 by <code>@​app/dependabot</code> in <a href="https://redirect.github.com/codecov/codecov-action/pull/1829">codecov/codecov-action#1829</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/codecov/codecov-action/compare/v5.4.3..v5.5.0">https://github.com/codecov/codecov-action/compare/v5.4.3..v5.5.0</a></p> <h2>v5.4.3</h2> <h3>What's Changed</h3> <ul> <li>build(deps): bump github/codeql-action from 3.28.13 to 3.28.17 by <code>@​app/dependabot</code> in <a href="https://redirect.github.com/codecov/codecov-action/pull/1822">codecov/codecov-action#1822</a></li> <li>fix: OIDC on forks by <a href="https://github.com/joseph-sentry"><code>@​joseph-sentry</code></a> in <a href="https://redirect.github.com/codecov/codecov-action/pull/1823">codecov/codecov-action#1823</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/codecov/codecov-action/compare/v5.4.2..v5.4.3">https://github.com/codecov/codecov-action/compare/v5.4.2..v5.4.3</a></p> <h2>v5.4.2</h2> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/codecov/codecov-action/commit/1af58845a975a7985b0beb0cbe6fbbb71a41dbad"><code>1af5884</code></a> chore(release): bump to 5.5.3 (<a href="https://redirect.github.com/codecov/codecov-action/issues/1922">#1922</a>)</li> <li><a href="https://github.com/codecov/codecov-action/commit/c143300dea6c9a730986ff862c5bf4d458927ef8"><code>c143300</code></a> build(deps): bump actions/github-script from 7.0.1 to 8.0.0 (<a href="https://redirect.github.com/codecov/codecov-action/issues/1874">#1874</a>)</li> <li>See full diff in <a href="https://github.com/codecov/codecov-action/compare/671740ac38dd9b0130fbe1cec585b89eea48d3de...1af58845a975a7985b0beb0cbe6fbbb71a41dbad">compare view</a></li> </ul> </details> <br /> 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 show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore <dependency name> major version` will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself) - `@dependabot ignore <dependency name> minor version` will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself) - `@dependabot ignore <dependency name>` will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself) - `@dependabot unignore <dependency name>` will remove all of the ignore conditions of the specified dependency - `@dependabot unignore <dependency name> <ignore condition>` will remove the ignore condition of the specified dependency and ignore conditions </details> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Marvin Vogt <m@rvinvogt.com>
main
3 days ago
Merge branch 'main' into dependabot/github_actions/actions-non-major-86c2f869ae
dependabot/github_actions/actions-non-major-86c2f869ae
3 days ago
Bump rust-toolchain from 1.92.0 to 1.94.0 (#278) Bumps [rust-toolchain](https://github.com/rust-lang/rust) from 1.92.0 to 1.94.0. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/rust-lang/rust/releases">rust-toolchain's releases</a>.</em></p> <blockquote> <h2>Rust 1.94.0</h2> <p><!-- raw HTML omitted --><!-- raw HTML omitted --></p> <h2>Language</h2> <ul> <li><a href="https://redirect.github.com/rust-lang/rust/pull/144113">Impls and impl items inherit <code>dead_code</code> lint level of the corresponding traits and trait items</a></li> <li><a href="https://redirect.github.com/rust-lang/rust/pull/145948">Stabilize additional 29 RISC-V target features including large portions of the RVA22U64 / RVA23U64 profiles</a></li> <li><a href="https://redirect.github.com/rust-lang/rust/pull/147136">Add warn-by-default <code>unused_visibilities</code> lint for visibility on <code>const _</code> declarations</a></li> <li><a href="https://redirect.github.com/rust-lang/rust/pull/148321">Update to Unicode 17</a></li> <li><a href="https://redirect.github.com/rust-lang/rust/pull/148329">Avoid incorrect lifetime errors for closures</a></li> </ul> <p><!-- raw HTML omitted --><!-- raw HTML omitted --></p> <h2>Platform Support</h2> <ul> <li><a href="https://redirect.github.com/rust-lang/rust/pull/148790">Add <code>riscv64im-unknown-none-elf</code> as a tier 3 target</a></li> </ul> <p>Refer to Rust's <a href="https://doc.rust-lang.org/rustc/platform-support.html">platform support page</a> for more information on Rust's tiered platform support.</p> <p><!-- raw HTML omitted --><!-- raw HTML omitted --></p> <h2>Libraries</h2> <ul> <li><a href="https://redirect.github.com/rust-lang/rust/pull/149408">Relax <code>T: Ord</code> bound for some <code>BinaryHeap&lt;T&gt;</code> methods.</a></li> </ul> <p><!-- raw HTML omitted --><!-- raw HTML omitted --></p> <h2>Stabilized APIs</h2> <ul> <li><a href="https://doc.rust-lang.org/stable/std/primitive.slice.html#method.array_windows"><code>&lt;[T]&gt;::array_windows</code></a></li> <li><a href="https://doc.rust-lang.org/stable/std/primitive.slice.html#method.element_offset"><code>&lt;[T]&gt;::element_offset</code></a></li> <li><a href="https://doc.rust-lang.org/stable/std/cell/struct.LazyCell.html#method.get"><code>LazyCell::get</code></a></li> <li><a href="https://doc.rust-lang.org/stable/std/cell/struct.LazyCell.html#method.get_mut"><code>LazyCell::get_mut</code></a></li> <li><a href="https://doc.rust-lang.org/stable/std/cell/struct.LazyCell.html#method.force_mut"><code>LazyCell::force_mut</code></a></li> <li><a href="https://doc.rust-lang.org/stable/std/sync/struct.LazyLock.html#method.get"><code>LazyLock::get</code></a></li> <li><a href="https://doc.rust-lang.org/stable/std/sync/struct.LazyLock.html#method.get_mut"><code>LazyLock::get_mut</code></a></li> <li><a href="https://doc.rust-lang.org/stable/std/sync/struct.LazyLock.html#method.force_mut"><code>LazyLock::force_mut</code></a></li> <li><a href="https://doc.rust-lang.org/stable/std/convert/trait.TryFrom.html#impl-TryFrom%3Cchar%3E-for-usize"><code>impl TryFrom&lt;char&gt; for usize</code></a></li> <li><a href="https://doc.rust-lang.org/stable/std/iter/struct.Peekable.html#method.next_if_map"><code>std::iter::Peekable::next_if_map</code></a></li> <li><a href="https://doc.rust-lang.org/stable/std/iter/struct.Peekable.html#method.next_if_map_mut"><code>std::iter::Peekable::next_if_map_mut</code></a></li> <li><a href="https://redirect.github.com/rust-lang/rust/issues/127213">x86 <code>avx512fp16</code> intrinsics</a> (excluding those that depend directly on the unstable <code>f16</code> type)</li> <li><a href="https://redirect.github.com/rust-lang/rust/issues/136306">AArch64 NEON fp16 intrinsics</a> (excluding those that depend directly on the unstable <code>f16</code> type)</li> <li><a href="https://doc.rust-lang.org/stable/std/f32/consts/constant.EULER_GAMMA.html"><code>f32::consts::EULER_GAMMA</code></a></li> <li><a href="https://doc.rust-lang.org/stable/std/f64/consts/constant.EULER_GAMMA.html"><code>f64::consts::EULER_GAMMA</code></a></li> <li><a href="https://doc.rust-lang.org/stable/std/f32/consts/constant.GOLDEN_RATIO.html"><code>f32::consts::GOLDEN_RATIO</code></a></li> <li><a href="https://doc.rust-lang.org/stable/std/f64/consts/constant.GOLDEN_RATIO.html"><code>f64::consts::GOLDEN_RATIO</code></a></li> </ul> <p>These previously stable APIs are now stable in const contexts:</p> <ul> <li><a href="https://doc.rust-lang.org/stable/std/primitive.f32.html#method.mul_add"><code>f32::mul_add</code></a></li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/rust-lang/rust/blob/main/RELEASES.md">rust-toolchain's changelog</a>.</em></p> <blockquote> <h1>Version 1.94.0 (2026-03-05)</h1> <p><!-- raw HTML omitted --><!-- raw HTML omitted --></p> <h2>Language</h2> <ul> <li><a href="https://redirect.github.com/rust-lang/rust/pull/144113">Impls and impl items inherit <code>dead_code</code> lint level of the corresponding traits and trait items</a></li> <li><a href="https://redirect.github.com/rust-lang/rust/pull/145948">Stabilize additional 29 RISC-V target features including large portions of the RVA22U64 / RVA23U64 profiles</a></li> <li><a href="https://redirect.github.com/rust-lang/rust/pull/147136">Add warn-by-default <code>unused_visibilities</code> lint for visibility on <code>const _</code> declarations</a></li> <li><a href="https://redirect.github.com/rust-lang/rust/pull/148321">Update to Unicode 17</a></li> <li><a href="https://redirect.github.com/rust-lang/rust/pull/148329">Avoid incorrect lifetime errors for closures</a></li> </ul> <p><!-- raw HTML omitted --><!-- raw HTML omitted --></p> <h2>Platform Support</h2> <ul> <li><a href="https://redirect.github.com/rust-lang/rust/pull/148790">Add <code>riscv64im-unknown-none-elf</code> as a tier 3 target</a></li> </ul> <p>Refer to Rust's <a href="https://doc.rust-lang.org/rustc/platform-support.html">platform support page</a> for more information on Rust's tiered platform support.</p> <p><!-- raw HTML omitted --><!-- raw HTML omitted --></p> <h2>Libraries</h2> <ul> <li><a href="https://redirect.github.com/rust-lang/rust/pull/149408">Relax <code>T: Ord</code> bound for some <code>BinaryHeap&lt;T&gt;</code> methods.</a></li> </ul> <p><!-- raw HTML omitted --><!-- raw HTML omitted --></p> <h2>Stabilized APIs</h2> <ul> <li><a href="https://doc.rust-lang.org/stable/std/primitive.slice.html#method.array_windows"><code>&lt;[T]&gt;::array_windows</code></a></li> <li><a href="https://doc.rust-lang.org/stable/std/primitive.slice.html#method.element_offset"><code>&lt;[T]&gt;::element_offset</code></a></li> <li><a href="https://doc.rust-lang.org/stable/std/cell/struct.LazyCell.html#method.get"><code>LazyCell::get</code></a></li> <li><a href="https://doc.rust-lang.org/stable/std/cell/struct.LazyCell.html#method.get_mut"><code>LazyCell::get_mut</code></a></li> <li><a href="https://doc.rust-lang.org/stable/std/cell/struct.LazyCell.html#method.force_mut"><code>LazyCell::force_mut</code></a></li> <li><a href="https://doc.rust-lang.org/stable/std/sync/struct.LazyLock.html#method.get"><code>LazyLock::get</code></a></li> <li><a href="https://doc.rust-lang.org/stable/std/sync/struct.LazyLock.html#method.get_mut"><code>LazyLock::get_mut</code></a></li> <li><a href="https://doc.rust-lang.org/stable/std/sync/struct.LazyLock.html#method.force_mut"><code>LazyLock::force_mut</code></a></li> <li><a href="https://doc.rust-lang.org/stable/std/convert/trait.TryFrom.html#impl-TryFrom%3Cchar%3E-for-usize"><code>impl TryFrom&lt;char&gt; for usize</code></a></li> <li><a href="https://doc.rust-lang.org/stable/std/iter/struct.Peekable.html#method.next_if_map"><code>std::iter::Peekable::next_if_map</code></a></li> <li><a href="https://doc.rust-lang.org/stable/std/iter/struct.Peekable.html#method.next_if_map_mut"><code>std::iter::Peekable::next_if_map_mut</code></a></li> <li><a href="https://redirect.github.com/rust-lang/rust/issues/127213">x86 <code>avx512fp16</code> intrinsics</a> (excluding those that depend directly on the unstable <code>f16</code> type)</li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/rust-lang/rust/commit/4a4ef493e3a1488c6e321570238084b38948f6db"><code>4a4ef49</code></a> Auto merge of <a href="https://redirect.github.com/rust-lang/rust/issues/153313">#153313</a> - cuviper:stable-next, r=cuviper</li> <li><a href="https://github.com/rust-lang/rust/commit/b8eece98d2e7ae59ff1aeb26c7e892c006b3739e"><code>b8eece9</code></a> Bump to stable release</li> <li><a href="https://github.com/rust-lang/rust/commit/f7370c7fa3d6ec073061a1bbb6f1c3754e313002"><code>f7370c7</code></a> Sync relnotes for 1.94.0</li> <li><a href="https://github.com/rust-lang/rust/commit/ec6e9883776ff64b7c97a33931f85cc02c31d05f"><code>ec6e988</code></a> Auto merge of <a href="https://redirect.github.com/rust-lang/rust/issues/153150">#153150</a> - cuviper:beta-next, r=cuviper</li> <li><a href="https://github.com/rust-lang/rust/commit/ade4c304dacd28935b31ea512c7b981ae5018bfd"><code>ade4c30</code></a> Add regression test for ICE when deprecated note is not resolved on the corre...</li> <li><a href="https://github.com/rust-lang/rust/commit/aed7cdd0cad1ebd0f11294da8fd842997a9c486a"><code>aed7cdd</code></a> rustdoc: Fix ICE when deprecated note is not resolved on the correct <code>DefId</code></li> <li><a href="https://github.com/rust-lang/rust/commit/31a40f5c87af59742aa0a6a9cb5127ac7605f521"><code>31a40f5</code></a> Auto merge of <a href="https://redirect.github.com/rust-lang/rust/issues/152875">#152875</a> - cuviper:beta-next, r=cuviper</li> <li><a href="https://github.com/rust-lang/rust/commit/675afc460495be63080996c04d21c2c609d8fd19"><code>675afc4</code></a> resolve: Disable an assert that no longer holds</li> <li><a href="https://github.com/rust-lang/rust/commit/fe9b522a7b2a6491ed31bc2b4d1896b70bed69a6"><code>fe9b522</code></a> ICE to delayed bug</li> <li><a href="https://github.com/rust-lang/rust/commit/2e724d4f36d06e07a9d5c52028d683d4d60257b3"><code>2e724d4</code></a> add regression test</li> <li>Additional commits viewable in <a href="https://github.com/rust-lang/rust/compare/1.92.0...1.94.0">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=rust-toolchain&package-manager=rust_toolchain&previous-version=1.92.0&new-version=1.94.0)](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 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] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
main
3 days ago
Merge branch 'main' into dependabot/rust_toolchain/rust-toolchain-1.94.0
dependabot/rust_toolchain/rust-toolchain-1.94.0
3 days ago
Bump winnow from 0.7.14 to 0.7.15 (#279) Bumps [winnow](https://github.com/winnow-rs/winnow) from 0.7.14 to 0.7.15. <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/winnow-rs/winnow/blob/main/CHANGELOG.md">winnow's changelog</a>.</em></p> <blockquote> <h2>[0.7.15] - 2026-03-05</h2> <h3>Compatibility</h3> <ul> <li>Deprecate <code>combinator::permutation</code> in favor of <code>combinator::unordered_seq!</code></li> </ul> <h3>Features</h3> <ul> <li>Add <code>combinator::unordered_seq!</code>, like <code>seq!</code> but where the order of values does not matter</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/winnow-rs/winnow/commit/eae4d4a23c400fec27a01cfb7115bc7808374f40"><code>eae4d4a</code></a> chore: Release</li> <li><a href="https://github.com/winnow-rs/winnow/commit/5769b8903812772f3730f12d3b776b2a824c9b8e"><code>5769b89</code></a> docs: Update changelog</li> <li><a href="https://github.com/winnow-rs/winnow/commit/329c13b6d2467d246ce529c130a73fe869f0a744"><code>329c13b</code></a> Merge pull request <a href="https://redirect.github.com/winnow-rs/winnow/issues/876">#876</a> from epage/unordered_seq</li> <li><a href="https://github.com/winnow-rs/winnow/commit/c169964b335b64c9e39fcbbb4690468cbd5c9dea"><code>c169964</code></a> fix(comb): Deprecate permutation</li> <li><a href="https://github.com/winnow-rs/winnow/commit/2f972799f854b6f2eda31bc495d11a20aa0716f2"><code>2f97279</code></a> fix(macros): Preserve original failure location</li> <li><a href="https://github.com/winnow-rs/winnow/commit/5926ad35274f174b9bbb1c18499ba405df114a5e"><code>5926ad3</code></a> feat(comb): Add unordered support to unordered_seq</li> <li><a href="https://github.com/winnow-rs/winnow/commit/6d7e8d4f98c41645af7c519343c57dec246ce0fe"><code>6d7e8d4</code></a> feat(comb): Add baseline for unordered_seq</li> <li><a href="https://github.com/winnow-rs/winnow/commit/cfcd411cff10c5579e4a7a550f8c0ec40fc4ffcb"><code>cfcd411</code></a> refactor(macros): Be consistent on indentation</li> <li><a href="https://github.com/winnow-rs/winnow/commit/716f2a7f6bc2be8f2481da10aefcf5debafbf333"><code>716f2a7</code></a> Merge pull request <a href="https://redirect.github.com/winnow-rs/winnow/issues/869">#869</a> from winnow-rs/renovate/crate-ci-committed-1.x</li> <li><a href="https://github.com/winnow-rs/winnow/commit/7cc73432d4ec6edf57be029d09ec4717a477e405"><code>7cc7343</code></a> Merge pull request <a href="https://redirect.github.com/winnow-rs/winnow/issues/870">#870</a> from winnow-rs/renovate/crate-ci-typos-1.x</li> <li>Additional commits viewable in <a href="https://github.com/winnow-rs/winnow/compare/v0.7.14...v0.7.15">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=winnow&package-manager=cargo&previous-version=0.7.14&new-version=0.7.15)](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 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] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
main
3 days ago
Bump the actions-non-major group with 2 updates Bumps the actions-non-major group with 2 updates: [actions-rust-lang/setup-rust-toolchain](https://github.com/actions-rust-lang/setup-rust-toolchain) and [codecov/codecov-action](https://github.com/codecov/codecov-action). Updates `actions-rust-lang/setup-rust-toolchain` from 1.15.3 to 1.15.4 - [Release notes](https://github.com/actions-rust-lang/setup-rust-toolchain/releases) - [Changelog](https://github.com/actions-rust-lang/setup-rust-toolchain/blob/main/CHANGELOG.md) - [Commits](https://github.com/actions-rust-lang/setup-rust-toolchain/compare/a0b538fa0b742a6aa35d6e2c169b4bd06d225a98...150fca883cd4034361b621bd4e6a9d34e5143606) Updates `codecov/codecov-action` from 5.5.2 to 5.5.3 - [Release notes](https://github.com/codecov/codecov-action/releases) - [Changelog](https://github.com/codecov/codecov-action/blob/main/CHANGELOG.md) - [Commits](https://github.com/codecov/codecov-action/compare/671740ac38dd9b0130fbe1cec585b89eea48d3de...1af58845a975a7985b0beb0cbe6fbbb71a41dbad) --- updated-dependencies: - dependency-name: actions-rust-lang/setup-rust-toolchain dependency-version: 1.15.4 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: actions-non-major - dependency-name: codecov/codecov-action dependency-version: 5.5.3 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: actions-non-major ... Signed-off-by: dependabot[bot] <support@github.com>
dependabot/github_actions/actions-non-major-86c2f869ae
3 days ago

Latest Branches

CodSpeed Performance Gauge
0%
Bump the actions-non-major group with 2 updates#281
4 hours ago
5894881
dependabot/github_actions/actions-non-major-750e59c7ff
CodSpeed Performance Gauge
0%
Bump the actions-non-major group with 2 updates#280
3 days ago
b2f06a7
dependabot/github_actions/actions-non-major-86c2f869ae
CodSpeed Performance Gauge
0%
3 days ago
93bfa3b
dependabot/rust_toolchain/rust-toolchain-1.94.0
© 2026 CodSpeed Technology
Home Terms Privacy Docs