SRv6d
hanko
BlogDocsChangelog

Performance History

Latest Results

Use http2 without prior negotiation (#56)
main
3 days ago
Bump httpmock from 0.7.0 to 0.8.0 (#293) Bumps [httpmock](https://github.com/httpmock/httpmock) from 0.7.0 to 0.8.0. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/httpmock/httpmock/releases">httpmock's releases</a>.</em></p> <blockquote> <h2>v0.8.0</h2> <p>This release includes refactoring, dependency updates, and internal cleanups. No breaking changes expected.</p> <p>The minimum required Rust version has been increased to 1.82.</p> <p>The following pull requests have been merged:</p> <ul> <li><a href="https://redirect.github.com/httpmock/httpmock/pull/172">#172</a>: &quot;Update Rust edition to 2021&quot; (thanks <a href="https://github.com/FalkWoldmann"><code>@​FalkWoldmann</code></a>)</li> <li><a href="https://redirect.github.com/httpmock/httpmock/pull/169">#169</a>: &quot;Proxy HTTPS fix&quot;</li> <li><a href="https://redirect.github.com/httpmock/httpmock/pull/167">#167</a>: &quot;Replace log and env_logger with tracing and tracing-subscriber&quot; (thanks <a href="https://github.com/FalkWoldmann"><code>@​FalkWoldmann</code></a>)</li> <li><a href="https://redirect.github.com/httpmock/httpmock/pull/166">#166</a>: &quot;Remove unused code&quot; (thanks <a href="https://github.com/FalkWoldmann"><code>@​FalkWoldmann</code></a>)</li> <li><a href="https://redirect.github.com/httpmock/httpmock/pull/163">#163</a>: &quot;fix: issue 162, non localhost hosts match&quot; (thanks <a href="https://github.com/Thomblin"><code>@​Thomblin</code></a>)</li> <li><a href="https://redirect.github.com/httpmock/httpmock/pull/160">#160</a>: &quot;Replace custom read_file with std::fs::read_to_string&quot; (thanks <a href="https://github.com/FalkWoldmann"><code>@​FalkWoldmann</code></a>)</li> <li><a href="https://redirect.github.com/httpmock/httpmock/pull/158">#158</a>: &quot;Improve async executor support&quot;</li> <li><a href="https://redirect.github.com/httpmock/httpmock/pull/156">#156</a>: &quot;Bump async-object-pool to replace async-std&quot;</li> <li><a href="https://redirect.github.com/httpmock/httpmock/pull/153">#153</a>: &quot;ci(deps): bump actions/checkout from 4 to 5&quot;</li> <li><a href="https://redirect.github.com/httpmock/httpmock/pull/152">#152</a>: &quot;Fix missing standalone routes&quot;</li> <li><a href="https://redirect.github.com/httpmock/httpmock/pull/151">#151</a>: &quot;Cleanup unused test functions&quot;</li> <li><a href="https://redirect.github.com/httpmock/httpmock/pull/147">#147</a>: &quot;ci(deps): bump codecov/codecov-action from 2 to 5&quot;</li> <li><a href="https://redirect.github.com/httpmock/httpmock/pull/146">#146</a>: &quot;cargo(deps): update thiserror requirement from 1 to 2&quot;</li> <li><a href="https://redirect.github.com/httpmock/httpmock/pull/145">#145</a>: &quot;ci(deps): bump actions/checkout from 2 to 4&quot;</li> <li><a href="https://redirect.github.com/httpmock/httpmock/pull/144">#144</a>: &quot;ci(deps): bump docker/build-push-action from 4 to 6</li> <li><a href="https://redirect.github.com/httpmock/httpmock/pull/141">#141</a>: &quot;cargo(deps): update path-tree requirement from &gt;=0.8.0, &lt;0.8.1 to &gt;=0.8.0, &lt;0.8.4&quot;</li> <li><a href="https://redirect.github.com/httpmock/httpmock/pull/140">#140</a>: &quot;ci(deps): bump docker/login-action from 1 to 3&quot;</li> <li><a href="https://redirect.github.com/httpmock/httpmock/pull/139">#139</a>: &quot;ci(deps): bump withastro/action from 2 to 4&quot;</li> <li><a href="https://redirect.github.com/httpmock/httpmock/pull/138">#138</a>: &quot;Create dependabot.yml&quot; (thanks <a href="https://github.com/FalkWoldmann"><code>@​FalkWoldmann</code></a>)</li> <li><a href="https://redirect.github.com/httpmock/httpmock/pull/136">#136</a>: &quot;Replace async_std with tokio&quot; (thanks <a href="https://github.com/FalkWoldmann"><code>@​FalkWoldmann</code></a>)</li> </ul> <h2>v0.8.0-alpha.1</h2> <h3>BREAKING CHANGES</h3> <ul> <li>A new <a href="https://docs.rs/httpmock/latest/httpmock/struct.MockServer.html#method.reset">MockServer::reset</a> method was added that resets a mock server. Thanks for providing the <a href="https://redirect.github.com/alexliesenfeld/httpmock/pull/100">pull request</a> for this feature, <a href="https://github.com/dax"><code>@​dax</code></a>.</li> <li>The default port for standalone server was changed from <code>5000</code> to <code>5050</code> due to conflicts with system services on macOS.</li> <li><a href="https://docs.rs/httpmock/latest/httpmock/struct.When.html#method.matches">Custom matcher functions</a> are now closures rather than functions.</li> <li><a href="https://docs.rs/httpmock/0.7.0/httpmock/struct.When.html#method.json_body_partial">When::json_body_partial</a> was renamed to <code>json_body_includes</code>.</li> <li><a href="https://docs.rs/httpmock/0.7.0/httpmock/struct.When.html#method.x_www_form_urlencoded">When::x_www_form_urlencoded_tuple</a> was renamed to <code>form_urlencoded_tuple</code>.</li> <li><a href="https://docs.rs/httpmock/0.7.0/httpmock/struct.When.html#method.x_www_form_urlencoded">When::x_www_form_urlencoded_key_exists</a> was renamed to <code>form_urlencoded_key_exists</code>.</li> <li>Error message output has been changed for better readability (e.g., when calling <code>Mock::assert</code>).</li> <li>Custom matcher function <code>When::matches</code> has been renamed to <code>When::is_true</code>.</li> </ul> <h4>Improvements</h4> <ul> <li>Record and Playback mode was added</li> <li>Many new matchers functions have been added</li> <li>Proxy Mode was added</li> <li>Website docs have been created (see <a href="https://alexliesenfeld.github.io/httpmock/">https://alexliesenfeld.github.io/httpmock/</a>)</li> <li>HTTPS support added</li> <li>Internal implementation was entirely rewritten</li> </ul> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/httpmock/httpmock/blob/master/CHANGELOG.md">httpmock's changelog</a>.</em></p> <blockquote> <h2>Version 0.8.0</h2> <p>This release includes refactoring, dependency updates, and internal cleanups. No breaking changes expected.</p> <p>The minimum required Rust version has been increased to 1.82.</p> <p>The following pull requests have been merged:</p> <ul> <li><a href="https://redirect.github.com/httpmock/httpmock/pull/172">#172</a>: &quot;Update Rust edition to 2021&quot; (thanks <a href="https://github.com/FalkWoldmann"><code>@​FalkWoldmann</code></a>)</li> <li><a href="https://redirect.github.com/httpmock/httpmock/pull/169">#169</a>: &quot;Proxy HTTPS fix&quot;</li> <li><a href="https://redirect.github.com/httpmock/httpmock/pull/167">#167</a>: &quot;Replace log and env_logger with tracing and tracing-subscriber&quot; (thanks <a href="https://github.com/FalkWoldmann"><code>@​FalkWoldmann</code></a>)</li> <li><a href="https://redirect.github.com/httpmock/httpmock/pull/166">#166</a>: &quot;Remove unused code&quot; (thanks <a href="https://github.com/FalkWoldmann"><code>@​FalkWoldmann</code></a>)</li> <li><a href="https://redirect.github.com/httpmock/httpmock/pull/163">#163</a>: &quot;fix: issue 162, non localhost hosts match&quot; (thanks <a href="https://github.com/Thomblin"><code>@​Thomblin</code></a>)</li> <li><a href="https://redirect.github.com/httpmock/httpmock/pull/160">#160</a>: &quot;Replace custom read_file with std::fs::read_to_string&quot; (thanks <a href="https://github.com/FalkWoldmann"><code>@​FalkWoldmann</code></a>)</li> <li><a href="https://redirect.github.com/httpmock/httpmock/pull/158">#158</a>: &quot;Improve async executor support&quot;</li> <li><a href="https://redirect.github.com/httpmock/httpmock/pull/156">#156</a>: &quot;Bump async-object-pool to replace async-std&quot;</li> <li><a href="https://redirect.github.com/httpmock/httpmock/pull/153">#153</a>: &quot;ci(deps): bump actions/checkout from 4 to 5&quot;</li> <li><a href="https://redirect.github.com/httpmock/httpmock/pull/152">#152</a>: &quot;Fix missing standalone routes&quot;</li> <li><a href="https://redirect.github.com/httpmock/httpmock/pull/151">#151</a>: &quot;Cleanup unused test functions&quot;</li> <li><a href="https://redirect.github.com/httpmock/httpmock/pull/147">#147</a>: &quot;ci(deps): bump codecov/codecov-action from 2 to 5&quot;</li> <li><a href="https://redirect.github.com/httpmock/httpmock/pull/146">#146</a>: &quot;cargo(deps): update thiserror requirement from 1 to 2&quot;</li> <li><a href="https://redirect.github.com/httpmock/httpmock/pull/145">#145</a>: &quot;ci(deps): bump actions/checkout from 2 to 4&quot;</li> <li><a href="https://redirect.github.com/httpmock/httpmock/pull/144">#144</a>: &quot;ci(deps): bump docker/build-push-action from 4 to 6</li> <li><a href="https://redirect.github.com/httpmock/httpmock/pull/141">#141</a>: &quot;cargo(deps): update path-tree requirement from &gt;=0.8.0, &lt;0.8.1 to &gt;=0.8.0, &lt;0.8.4&quot;</li> <li><a href="https://redirect.github.com/httpmock/httpmock/pull/140">#140</a>: &quot;ci(deps): bump docker/login-action from 1 to 3&quot;</li> <li><a href="https://redirect.github.com/httpmock/httpmock/pull/139">#139</a>: &quot;ci(deps): bump withastro/action from 2 to 4&quot;</li> <li><a href="https://redirect.github.com/httpmock/httpmock/pull/138">#138</a>: &quot;Create dependabot.yml&quot; (thanks <a href="https://github.com/FalkWoldmann"><code>@​FalkWoldmann</code></a>)</li> <li><a href="https://redirect.github.com/httpmock/httpmock/pull/136">#136</a>: &quot;Replace async_std with tokio&quot; (thanks <a href="https://github.com/FalkWoldmann"><code>@​FalkWoldmann</code></a>)</li> </ul> <h2>Version 0.8.0-beta.1</h2> <p>This release mainly contains internal improvements and bugfixes. The minimum required Rust version has been increased to 1.81. Apart from the updated MSRV, there are no breaking changes.</p> <p>The following pull requests have been merged:</p> <ul> <li><a href="https://redirect.github.com/httpmock/httpmock/pull/112">#112</a>: &quot;Fix building without cookies feature&quot; by <a href="https://github.com/jayvdb"><code>@​jayvdb</code></a>.</li> <li><a href="https://redirect.github.com/httpmock/httpmock/pull/117">#117</a>: &quot;fix rustls crypto provider features&quot; by <a href="https://github.com/Taowyoo"><code>@​Taowyoo</code></a>.</li> <li><a href="https://redirect.github.com/httpmock/httpmock/pull/120">#120</a>: &quot;Refactoring and cleanup&quot;. THanks by <a href="https://github.com/FalkWoldmann"><code>@​FalkWoldmann</code></a>.</li> </ul> <h2>Version 0.8.0-alpha.1</h2> <h3>BREAKING CHANGES</h3> <ul> <li>A new <a href="https://docs.rs/httpmock/latest/httpmock/struct.MockServer.html#method.reset">MockServer::reset</a> method was added that resets a mock server. Thanks for providing the <a href="https://redirect.github.com/httpmock/httpmock/pull/100">pull request</a> for this feature, <a href="https://github.com/dax"><code>@​dax</code></a>.</li> <li>The default port for standalone server was changed from <code>5000</code> to <code>5050</code> due to conflicts with system services on macOS.</li> <li><a href="https://docs.rs/httpmock/latest/httpmock/struct.When.html#method.matches">Custom matcher functions</a> are now closures rather than functions.</li> <li><a href="https://docs.rs/httpmock/0.7.0/httpmock/struct.When.html#method.json_body_partial">When::json_body_partial</a> was renamed to <code>json_body_includes</code>.</li> <li><a href="https://docs.rs/httpmock/0.7.0/httpmock/struct.When.html#method.x_www_form_urlencoded">When::x_www_form_urlencoded_tuple</a> was renamed to <code>form_urlencoded_tuple</code>.</li> <li><a href="https://docs.rs/httpmock/0.7.0/httpmock/struct.When.html#method.x_www_form_urlencoded">When::x_www_form_urlencoded_key_exists</a> was renamed to <code>form_urlencoded_key_exists</code>.</li> <li>Error message output has been changed for better readability (e.g., when calling <code>Mock::assert</code>).</li> <li>Custom matcher function <code>When::matches</code> has been renamed to <code>When::is_true</code>.</li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/httpmock/httpmock/commit/2c26c73fdb1d7f263b80036a0c26c7ce3baf6143"><code>2c26c73</code></a> fix typo</li> <li><a href="https://github.com/httpmock/httpmock/commit/93404f95a6dcd46eae26ccdf8176d6821a538f1e"><code>93404f9</code></a> fix coverage</li> <li><a href="https://github.com/httpmock/httpmock/commit/23d8bc8fc4f7a3b831155a6162ec0e7e489cba20"><code>23d8bc8</code></a> remove outdated issue reference</li> <li><a href="https://github.com/httpmock/httpmock/commit/dc54ba12ea840c04ffa4913752ca7e4e1bc84a39"><code>dc54ba1</code></a> Merge pull request <a href="https://redirect.github.com/httpmock/httpmock/issues/169">#169</a> from httpmock/fix-https-proxy</li> <li><a href="https://github.com/httpmock/httpmock/commit/d2ed0caf16518bd4e4baa4f1f98d533824465f48"><code>d2ed0ca</code></a> mention new MSRV</li> <li><a href="https://github.com/httpmock/httpmock/commit/8d6522d148f93b8d3d75c8eea0acd6981b3f37d3"><code>8d6522d</code></a> fix repository link</li> <li><a href="https://github.com/httpmock/httpmock/commit/5e196d328681bda4be3cdf5d066155fa23f6ed49"><code>5e196d3</code></a> fix repository link</li> <li><a href="https://github.com/httpmock/httpmock/commit/0e633ba9cb661c29c931090af99da0c89b52568f"><code>0e633ba</code></a> fix formatting</li> <li><a href="https://github.com/httpmock/httpmock/commit/1b1f1a5037dd5c130e74cb22320a7beb1b1cb3da"><code>1b1f1a5</code></a> merge with master</li> <li><a href="https://github.com/httpmock/httpmock/commit/0426f8635b56242eb681c2195561b4181b6d87bb"><code>0426f86</code></a> fix authority IP parsing</li> <li>Additional commits viewable in <a href="https://github.com/httpmock/httpmock/compare/v0.7.0...v0.8.0">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=httpmock&package-manager=cargo&previous-version=0.7.0&new-version=0.8.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 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] <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 http2-prior-knowledge
http2-prior-knowledge
3 days ago
Adjust to new type signature of httpmock status
dependabot/cargo/httpmock-0.8.0
3 days ago
Bump CodSpeedHQ/action from 3.8.0 to 4.0.1 (#296) Bumps [CodSpeedHQ/action](https://github.com/codspeedhq/action) from 3.8.0 to 4.0.1. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/codspeedhq/action/releases">CodSpeedHQ/action's releases</a>.</em></p> <blockquote> <h2>v4.0.1</h2> <h2>Release Notes</h2> <h3><!-- raw HTML omitted -->🐛 Bug Fixes</h3> <ul> <li>Url for codspeed-go-runner installer by <a href="https://github.com/not-matthias"><code>@​not-matthias</code></a> in <a href="https://redirect.github.com/CodSpeedHQ/runner/pull/112">#112</a></li> </ul> <p><strong>Full Runner Changelog</strong>: <a href="https://github.com/CodSpeedHQ/runner/blob/main/CHANGELOG.md">https://github.com/CodSpeedHQ/runner/blob/main/CHANGELOG.md</a></p> <h2>v4.0.0</h2> <h2>💥 BREAKING</h2> <p>It's now required to explicitly set the runner mode to <code>instrumentation</code> or <code>walltime</code> using either:</p> <ul> <li>the <code>mode</code> argument</li> <li>or the <code>CODSPEED_RUNNER_MODE</code> environment variable</li> </ul> <blockquote> <p>[!TIP] Before, this variable was automatically set to <code>instrumentation</code> on every runner except for <a href="https://codspeed.io/docs/instruments/walltime">CodSpeed macro runners</a> where it was set to <code>walltime</code> by default.</p> </blockquote> <p>Find more details in <a href="https://codspeed.io/docs/instruments">the instruments documentation</a>.</p> <h2>Details</h2> <h3><!-- raw HTML omitted -->🚀 Features</h3> <ul> <li>Make perf profiling enabled by default by <a href="https://github.com/GuillaumeLagrange"><code>@​GuillaumeLagrange</code></a> in <a href="https://redirect.github.com/CodSpeedHQ/runner/pull/110">#110</a></li> <li>Make the runner mode argument required by <a href="https://github.com/GuillaumeLagrange"><code>@​GuillaumeLagrange</code></a></li> <li>Use introspected node in walltime mode by <a href="https://github.com/GuillaumeLagrange"><code>@​GuillaumeLagrange</code></a> in <a href="https://redirect.github.com/CodSpeedHQ/runner/pull/108">#108</a></li> <li>Add instrumented go shell script by <a href="https://github.com/not-matthias"><code>@​not-matthias</code></a> in <a href="https://redirect.github.com/CodSpeedHQ/runner/pull/102">#102</a></li> </ul> <h3><!-- raw HTML omitted -->🐛 Bug Fixes</h3> <ul> <li>Compute proper load bias by <a href="https://github.com/not-matthias"><code>@​not-matthias</code></a> in <a href="https://redirect.github.com/CodSpeedHQ/runner/pull/107">#107</a></li> <li>Increase timeout for first perf ping by <a href="https://github.com/GuillaumeLagrange"><code>@​GuillaumeLagrange</code></a></li> <li>Prevent running with valgrind by <a href="https://github.com/not-matthias"><code>@​not-matthias</code></a> in <a href="https://redirect.github.com/CodSpeedHQ/runner/pull/106">#106</a></li> </ul> <h3><!-- raw HTML omitted -->🏗️ Refactor</h3> <ul> <li>Change go-runner binary name by <a href="https://github.com/not-matthias"><code>@​not-matthias</code></a> in <a href="https://redirect.github.com/CodSpeedHQ/runner/pull/111">#111</a></li> </ul> <p><strong>Full Runner Changelog</strong>: <a href="https://github.com/CodSpeedHQ/runner/blob/main/CHANGELOG.md">https://github.com/CodSpeedHQ/runner/blob/main/CHANGELOG.md</a></p> <h2>v3.8.1</h2> <h2>What's Changed</h2> <h3><!-- raw HTML omitted -->🐛 Bug Fixes</h3> <ul> <li>Don't show error when libpython is not found by <a href="https://github.com/not-matthias"><code>@​not-matthias</code></a></li> </ul> <h3><!-- raw HTML omitted -->🏗️ Refactor</h3> <ul> <li>Improve conditional compilation in <code>get_pipe_open_options</code> by <a href="https://github.com/art049"><code>@​art049</code></a> in <a href="https://redirect.github.com/CodSpeedHQ/runner/pull/100">#100</a></li> </ul> <h3><!-- raw HTML omitted -->⚙️ Internals</h3> <ul> <li>Change log level to warn for venv_compat error by <a href="https://github.com/not-matthias"><code>@​not-matthias</code></a> in <a href="https://redirect.github.com/CodSpeedHQ/runner/pull/104">#104</a></li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/CodSpeedHQ/action/commit/653fdc30e6c40ffd9739e40c8a0576f4f4523ca1"><code>653fdc3</code></a> Release v4.0.1 🚀</li> <li><a href="https://github.com/CodSpeedHQ/action/commit/4da7be1bdaf9d461ad3ec0acb00e1ffa6a663fd0"><code>4da7be1</code></a> chore: bump runner version to 4.0.1</li> <li><a href="https://github.com/CodSpeedHQ/action/commit/172d6c5630307c4ed5f53e1f28dd51720d5e7026"><code>172d6c5</code></a> chore: make the comment about input validation more discrete</li> <li><a href="https://github.com/CodSpeedHQ/action/commit/d15e1ce813e3af25ddc16eef23d60a047d6412a7"><code>d15e1ce</code></a> chore: improve the release script</li> <li><a href="https://github.com/CodSpeedHQ/action/commit/6eeb021fd0f305388292348b775d96d95253adf4"><code>6eeb021</code></a> Release v4.0.0 🚀</li> <li><a href="https://github.com/CodSpeedHQ/action/commit/74312dabbeda98d198d62066e8d72dd30fa5e131"><code>74312da</code></a> chore: improve the release script</li> <li><a href="https://github.com/CodSpeedHQ/action/commit/8a17a350a8b455fac2f5c74d3d9a641bb07f4dc5"><code>8a17a35</code></a> ci: add modes to the matrix</li> <li><a href="https://github.com/CodSpeedHQ/action/commit/8e3f02a64957c1d93e9c06ba290d45850713cbca"><code>8e3f02a</code></a> feat: make the mode argument required</li> <li><a href="https://github.com/CodSpeedHQ/action/commit/97c7a6f5fcf3d5077dc63d5edd0d034311525a87"><code>97c7a6f</code></a> chore: bump runner version to 4.0.0</li> <li><a href="https://github.com/CodSpeedHQ/action/commit/8a4cadd026e555b22fbf5008ead29d5b92ed1283"><code>8a4cadd</code></a> chore: point the changelog to the runner</li> <li>Additional commits viewable in <a href="https://github.com/codspeedhq/action/compare/0b6e7a3d96c9d2a6057e7bcea6b45aaf2f7ce60b...653fdc30e6c40ffd9739e40c8a0576f4f4523ca1">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=CodSpeedHQ/action&package-manager=github_actions&previous-version=3.8.0&new-version=4.0.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 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> Co-authored-by: Marvin Vogt <m@rvinvogt.com>
main
4 days ago
Merge branch 'main' into dependabot/github_actions/CodSpeedHQ/action-4.0.1
dependabot/github_actions/CodSpeedHQ/action-4.0.1
4 days ago
Explicitly set codspeed mode to instrumentation
dependabot/github_actions/CodSpeedHQ/action-4.0.1
4 days ago
Bump async-trait from 0.1.88 to 0.1.89 (#289) Bumps [async-trait](https://github.com/dtolnay/async-trait) from 0.1.88 to 0.1.89. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/dtolnay/async-trait/releases">async-trait's releases</a>.</em></p> <blockquote> <h2>0.1.89</h2> <ul> <li>Improve IDE functionality (<a href="https://redirect.github.com/dtolnay/async-trait/issues/293">#293</a>, thanks <a href="https://github.com/Veykril"><code>@​Veykril</code></a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/dtolnay/async-trait/commit/a7e91e98a5d2de2ceae52d9459eed309939a98bf"><code>a7e91e9</code></a> Release 0.1.89</li> <li><a href="https://github.com/dtolnay/async-trait/commit/fbcfcaca022197e20a3f70b448a2615ae49d3701"><code>fbcfcac</code></a> Merge pull request 293 from Veykril/lw/quote_spanned</li> <li><a href="https://github.com/dtolnay/async-trait/commit/fd93990620ba8d1af6089ac286120b71adc26c06"><code>fd93990</code></a> Improve use of spans in <code>quote_spanned</code></li> <li><a href="https://github.com/dtolnay/async-trait/commit/a5093fe762a8a38cb41aba7fd40d1051386a8fb5"><code>a5093fe</code></a> Add type-mismatch ui test</li> <li><a href="https://github.com/dtolnay/async-trait/commit/6d12b441162c8c688cbb39bfc87829083ccbc1a9"><code>6d12b44</code></a> Revert &quot;Pin nightly toolchain used for miri job&quot;</li> <li><a href="https://github.com/dtolnay/async-trait/commit/dd9e4bad1b9465706366689551df978a39bf4390"><code>dd9e4ba</code></a> Hide unused_variables warning in consider-restricting.rs ui test</li> <li><a href="https://github.com/dtolnay/async-trait/commit/b454fc869a32a2410adc405ffb030be78246de8b"><code>b454fc8</code></a> Update ui test suite to nightly-2025-08-03</li> <li><a href="https://github.com/dtolnay/async-trait/commit/9c880e85d885eb20426222d5462286f1dab09d5a"><code>9c880e8</code></a> Update ui test suite to nightly-2025-07-30</li> <li><a href="https://github.com/dtolnay/async-trait/commit/7ca751d0b3c62dfbd39699f8d32a09f7b7a70800"><code>7ca751d</code></a> Ignore unused_parens warning in test</li> <li><a href="https://github.com/dtolnay/async-trait/commit/2bccfeb461b0c92964fdee816896e9f8f6f291b8"><code>2bccfeb</code></a> Update ui test suite to nightly-2025-05-28</li> <li>Additional commits viewable in <a href="https://github.com/dtolnay/async-trait/compare/0.1.88...0.1.89">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=async-trait&package-manager=cargo&previous-version=0.1.88&new-version=0.1.89)](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] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Marvin Vogt <m@rvinvogt.com>
main
4 days ago

Active Branches

No pull requests foundAs pull requests are created, their performance will appear here.
© 2025 CodSpeed Technology
Home Terms Privacy Docs