8.md (4532B)
1 # PR #8 Update url requirement from 2.2.2, <2.5.1 to 2.5.2 in /sdk 2 3 - **Status:** open 4 - **Author:** @dependabot[bot] 5 - **Created:** 2024-06-24T14:07:12Z 6 - **Branch:** dependabot/cargo/sdk/url-2.5.2 → main 7 - **Labels:** dependencies 8 - **Diff:** [8.diff](./8.diff) 9 10 --- 11 12 Updates the requirements on [url](https://github.com/servo/rust-url) to permit the latest version. 13 <details> 14 <summary>Commits</summary> 15 <ul> 16 <li><a href="https://github.com/servo/rust-url/commit/54346fa288e16b25b71c45149d7067c752b450e0"><code>54346fa</code></a> Revert "Reimplement idna on top of ICU4X" (<a href="https://redirect.github.com/servo/rust-url/issues/946">#946</a>)</li> 17 <li><a href="https://github.com/servo/rust-url/commit/dcfbed3e90b4bbbb70f121f802f1d9b25adb8f89"><code>dcfbed3</code></a> Update idna to 1.0.1 (<a href="https://redirect.github.com/servo/rust-url/issues/945">#945</a>)</li> 18 <li><a href="https://github.com/servo/rust-url/commit/467ef63969f477ee44b7456bb450fba95af25780"><code>467ef63</code></a> fix panic on <code>xn--55555577</code> (<a href="https://redirect.github.com/servo/rust-url/issues/940">#940</a>)</li> 19 <li><a href="https://github.com/servo/rust-url/commit/3d6dbbb1dfc64c597745d5d6b97f2a8dd543c42b"><code>3d6dbbb</code></a> Reimplement idna on top of ICU4X (<a href="https://redirect.github.com/servo/rust-url/issues/923">#923</a>)</li> 20 <li><a href="https://github.com/servo/rust-url/commit/de947abf896f44efc5f0fe382064fd95363dff37"><code>de947ab</code></a> Document possible replacements of the base URL (<a href="https://redirect.github.com/servo/rust-url/issues/926">#926</a>)</li> 21 <li><a href="https://github.com/servo/rust-url/commit/8b8431bbe10d0f06c53885d5ba2602d69f61888f"><code>8b8431b</code></a> docs: document SyntaxViolation variants, remove bare URLs (<a href="https://redirect.github.com/servo/rust-url/issues/924">#924</a>)</li> 22 <li><a href="https://github.com/servo/rust-url/commit/fd042e003fe583426454001554542ef95538d794"><code>fd042e0</code></a> Non-special URLs can have their paths erased (<a href="https://redirect.github.com/servo/rust-url/issues/921">#921</a>)</li> 23 <li><a href="https://github.com/servo/rust-url/commit/49eea1c2eb3bb7259e3f8e15ace5f86990adb0bd"><code>49eea1c</code></a> Fix multiple issues on wasm32: (<a href="https://redirect.github.com/servo/rust-url/issues/886">#886</a>)</li> 24 <li><a href="https://github.com/servo/rust-url/commit/a4dd58be5989afedddec023174b2cdcd81912239"><code>a4dd58b</code></a> Fix lint (<a href="https://redirect.github.com/servo/rust-url/issues/920">#920</a>)</li> 25 <li><a href="https://github.com/servo/rust-url/commit/73803fa780c8890e0b40cd01fbbd5362fbe4c9e0"><code>73803fa</code></a> Update URLs (<a href="https://redirect.github.com/servo/rust-url/issues/916">#916</a>)</li> 26 <li>Additional commits viewable in <a href="https://github.com/servo/rust-url/compare/v2.2.2...v2.5.2">compare view</a></li> 27 </ul> 28 </details> 29 <br /> 30 31 32 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`. 33 34 [//]: # (dependabot-automerge-start) 35 [//]: # (dependabot-automerge-end) 36 37 --- 38 39 <details> 40 <summary>Dependabot commands and options</summary> 41 <br /> 42 43 You can trigger Dependabot actions by commenting on this PR: 44 - `@dependabot rebase` will rebase this PR 45 - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it 46 - `@dependabot merge` will merge this PR after your CI passes on it 47 - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it 48 - `@dependabot cancel merge` will cancel a previously requested merge and block automerging 49 - `@dependabot reopen` will reopen this PR if it is closed 50 - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually 51 - `@dependabot show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency 52 - `@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) 53 - `@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) 54 - `@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) 55 56 57 </details> 58