mirror of
https://github.com/servo/servo
synced 2026-04-25 17:15:48 +02:00
build: bump grid from 1.0.0 to 1.0.1 (#44487)
Bumps [grid](https://github.com/becheran/grid) from 1.0.0 to 1.0.1. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/becheran/grid/releases">grid's releases</a>.</em></p> <blockquote> <h2>v1.0.1</h2> <h2>What's Changed</h2> <ul> <li>Add non-allocating delete_row and delete_col methods by <a href="https://github.com/Copilot"><code>@Copilot</code></a> in <a href="https://redirect.github.com/becheran/grid/pull/70">becheran/grid#70</a></li> </ul> <h2>New Contributors</h2> <ul> <li><a href="https://github.com/Copilot"><code>@Copilot</code></a> made their first contribution in <a href="https://redirect.github.com/becheran/grid/pull/70">becheran/grid#70</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/becheran/grid/compare/v1.0.0...v1.0.1">https://github.com/becheran/grid/compare/v1.0.0...v1.0.1</a></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="8caa81908f"><code>8caa819</code></a> chore: Release grid version 1.0.1</li> <li><a href="e879d4100b"><code>e879d41</code></a> Add safety checks for empty input in insert_row and insert_col methods</li> <li><a href="be213bd352"><code>be213bd</code></a> Add safety checks for grid dimension overflow in expand and prepend methods</li> <li><a href="e77e0c0241"><code>e77e0c0</code></a> style: format test assertions for better readability</li> <li><a href="781d36c5d8"><code>781d36c</code></a> Add comprehensive tests for delete methods including equivalence tests</li> <li><a href="9bf8d0b96f"><code>9bf8d0b</code></a> Add delete_row and delete_col methods to avoid allocation</li> <li><a href="da542e1ca6"><code>da542e1</code></a> chore: fix pipeline formatting</li> <li><a href="875f418b55"><code>875f418</code></a> chore: auto generate release notes</li> <li>See full diff in <a href="https://github.com/becheran/grid/compare/v1.0.0...v1.0.1">compare view</a></li> </ul> </details> <br /> [](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) You can disable automated security fix PRs for this repo from the [Security Alerts page](https://github.com/servo/servo/network/alerts). </details> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
4
Cargo.lock
generated
4
Cargo.lock
generated
@@ -3098,9 +3098,9 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "grid"
|
||||
version = "1.0.0"
|
||||
version = "1.0.1"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "f9e2d4c0a8296178d8802098410ca05d86b17a10bb5ab559b3fb404c1f948220"
|
||||
checksum = "b40ca9252762c466af32d0b1002e91e4e1bc5398f77455e55474deb466355ff5"
|
||||
|
||||
[[package]]
|
||||
name = "group"
|
||||
|
||||
Reference in New Issue
Block a user