fix(deps): update rust crate url to v2.5.1 #27

Merged
realaravinth merged 1 commit from renovate/url-2.x-lockfile into master 2024-06-10 19:04:56 +05:30
Member

This PR contains the following updates:

Package Type Update Change
url dependencies minor 2.3.1 -> 2.5.1

Release Notes

servo/rust-url (url)

v2.5.1

What's Changed

New Contributors

Full Changelog: https://github.com/servo/rust-url/compare/v2.5.0...v2.5.1

v2.5.0

Compare Source

What's Changed

New Contributors

Full Changelog: https://github.com/servo/rust-url/compare/v2.4.1...v2.5.0

v2.4.1

Compare Source

What's Changed

New Contributors

Full Changelog: https://github.com/servo/rust-url/compare/v2.4.0...v2.4.1

v2.4.0

Compare Source

Crate version bump

  • data-url to 0.3.0
  • percent-encoding to 2.3.0
  • form_urlencoded to 1.2.0
  • idna to 0.4.0
  • url to 2.4.0

What's Changed

New Contributors

Full Changelog: https://github.com/servo/rust-url/compare/v2.3.1...v2.4.0


Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Renovate Bot.

This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [url](https://github.com/servo/rust-url) | dependencies | minor | `2.3.1` -> `2.5.1` | --- ### Release Notes <details> <summary>servo/rust-url (url)</summary> ### [`v2.5.1`](https://github.com/servo/rust-url/releases/tag/v2.5.1) #### What's Changed - Be more detailed in documentation of set_query by [@&#8203;philippeitis](https://github.com/philippeitis) in https://github.com/servo/rust-url/pull/737 - perf(punycode): avoid double allocation in decode_to_string by [@&#8203;bishopcheckmate](https://github.com/bishopcheckmate) in https://github.com/servo/rust-url/pull/894 - Use SPECIAL_PATH_SEGMENT when encoding path in from_file_path by [@&#8203;valenting](https://github.com/valenting) in https://github.com/servo/rust-url/pull/902 - Add dependabot by [@&#8203;oriontvv](https://github.com/oriontvv) in https://github.com/servo/rust-url/pull/903 - Bump codecov/codecov-action from 3 to 4 by [@&#8203;dependabot](https://github.com/dependabot) in https://github.com/servo/rust-url/pull/904 - Bump actions/upload-artifact from 2 to 4 by [@&#8203;dependabot](https://github.com/dependabot) in https://github.com/servo/rust-url/pull/905 - Bump actions/checkout from 3 to 4 by [@&#8203;dependabot](https://github.com/dependabot) in https://github.com/servo/rust-url/pull/906 - Fix non-base64 data URLs with % characters not followed by hex digits by [@&#8203;SmaugPool](https://github.com/SmaugPool) in https://github.com/servo/rust-url/pull/797 - Rename `master` branch to `main` by [@&#8203;mrobinson](https://github.com/mrobinson) in https://github.com/servo/rust-url/pull/914 - Add bench for to_ascii on an already-Punycode name by [@&#8203;hsivonen](https://github.com/hsivonen) in https://github.com/servo/rust-url/pull/915 - Update URLs by [@&#8203;atouchet](https://github.com/atouchet) in https://github.com/servo/rust-url/pull/916 - Fix lint by [@&#8203;valenting](https://github.com/valenting) in https://github.com/servo/rust-url/pull/920 - Fix multiple issues on wasm32, and runs url tests in CI by [@&#8203;micolous](https://github.com/micolous) in https://github.com/servo/rust-url/pull/886 - Non-special URLs can have their paths erased by [@&#8203;DylanOToole2](https://github.com/DylanOToole2) in https://github.com/servo/rust-url/pull/921 - docs: document SyntaxViolation variants, remove bare URLs by [@&#8203;aatifsyed](https://github.com/aatifsyed) in https://github.com/servo/rust-url/pull/924 - docs: Document possible replacements of the base URL by [@&#8203;mo8it](https://github.com/mo8it) in https://github.com/servo/rust-url/pull/926 - Reimplement idna on top of ICU4X by [@&#8203;hsivonen](https://github.com/hsivonen) in https://github.com/servo/rust-url/pull/923 #### New Contributors - [@&#8203;philippeitis](https://github.com/philippeitis) made their first contribution in https://github.com/servo/rust-url/pull/737 - [@&#8203;bishopcheckmate](https://github.com/bishopcheckmate) made their first contribution in https://github.com/servo/rust-url/pull/894 - [@&#8203;oriontvv](https://github.com/oriontvv) made their first contribution in https://github.com/servo/rust-url/pull/903 - [@&#8203;dependabot](https://github.com/dependabot) made their first contribution in https://github.com/servo/rust-url/pull/904 - [@&#8203;SmaugPool](https://github.com/SmaugPool) made their first contribution in https://github.com/servo/rust-url/pull/797 - [@&#8203;hsivonen](https://github.com/hsivonen) made their first contribution in https://github.com/servo/rust-url/pull/915 - [@&#8203;micolous](https://github.com/micolous) made their first contribution in https://github.com/servo/rust-url/pull/886 - [@&#8203;DylanOToole2](https://github.com/DylanOToole2) made their first contribution in https://github.com/servo/rust-url/pull/921 - [@&#8203;aatifsyed](https://github.com/aatifsyed) made their first contribution in https://github.com/servo/rust-url/pull/924 - [@&#8203;mo8it](https://github.com/mo8it) made their first contribution in https://github.com/servo/rust-url/pull/926 **Full Changelog**: https://github.com/servo/rust-url/compare/v2.5.0...v2.5.1 ### [`v2.5.0`](https://github.com/servo/rust-url/releases/tag/v2.5.0) [Compare Source](https://github.com/servo/rust-url/compare/v2.4.1...v2.5.0) #### What's Changed - Fix clippy by [@&#8203;valenting](https://github.com/valenting) in https://github.com/servo/rust-url/pull/878 - use checked addition to not panic in debug build by [@&#8203;Skgland](https://github.com/Skgland) in https://github.com/servo/rust-url/pull/877 - Fix search setting for non-special urls with space, query and fragment by [@&#8203;edgul](https://github.com/edgul) in https://github.com/servo/rust-url/pull/879 - Added #\[must_use] Attributes for Configuration Options by [@&#8203;Redfire75369](https://github.com/Redfire75369) in https://github.com/servo/rust-url/pull/876 - Correct spelling mistake in `Position` docs by [@&#8203;sprocklem](https://github.com/sprocklem) in https://github.com/servo/rust-url/pull/875 - Fix another overflow in punycode encode_into by [@&#8203;Skgland](https://github.com/Skgland) in https://github.com/servo/rust-url/pull/880 - Update url 2.5.0 by [@&#8203;valenting](https://github.com/valenting) in https://github.com/servo/rust-url/pull/885 #### New Contributors - [@&#8203;Skgland](https://github.com/Skgland) made their first contribution in https://github.com/servo/rust-url/pull/877 - [@&#8203;edgul](https://github.com/edgul) made their first contribution in https://github.com/servo/rust-url/pull/879 - [@&#8203;Redfire75369](https://github.com/Redfire75369) made their first contribution in https://github.com/servo/rust-url/pull/876 - [@&#8203;sprocklem](https://github.com/sprocklem) made their first contribution in https://github.com/servo/rust-url/pull/875 **Full Changelog**: https://github.com/servo/rust-url/compare/v2.4.1...v2.5.0 ### [`v2.4.1`](https://github.com/servo/rust-url/releases/tag/v2.4.1) [Compare Source](https://github.com/servo/rust-url/compare/v2.4.0...v2.4.1) #### What's Changed - Move debugger_visualizer tests to separate crate by [@&#8203;lucacasonato](https://github.com/lucacasonato) in https://github.com/servo/rust-url/pull/853 - Remove obsolete badge references by [@&#8203;atouchet](https://github.com/atouchet) in https://github.com/servo/rust-url/pull/852 - Fix trailing spaces in scheme / pathname / search setters by [@&#8203;lucacasonato](https://github.com/lucacasonato) in https://github.com/servo/rust-url/pull/848 - fix: implement std::error::Error for data-url by [@&#8203;lucacasonato](https://github.com/lucacasonato) in https://github.com/servo/rust-url/pull/698 - Enable the GitHub merge queue by [@&#8203;mrobinson](https://github.com/mrobinson) in https://github.com/servo/rust-url/pull/851 - Rewrite WPT runner by [@&#8203;lucacasonato](https://github.com/lucacasonato) in https://github.com/servo/rust-url/pull/857 - Implement std::error::Error for InvalidBase64 by [@&#8203;lucacasonato](https://github.com/lucacasonato) in https://github.com/servo/rust-url/pull/856 - Add `--generate-link-to-definition` option when building on docs.rs by [@&#8203;GuillaumeGomez](https://github.com/GuillaumeGomez) in https://github.com/servo/rust-url/pull/858 - Stabilize debugger_visualizer feature by [@&#8203;lucacasonato](https://github.com/lucacasonato) in https://github.com/servo/rust-url/pull/855 - Update WPT data and expectations by [@&#8203;lucacasonato](https://github.com/lucacasonato) in https://github.com/servo/rust-url/pull/859 - Fix no_std Support for idna by [@&#8203;domenukk](https://github.com/domenukk) in https://github.com/servo/rust-url/pull/843 - Fix panic in set_path for file URLs by [@&#8203;valenting](https://github.com/valenting) in https://github.com/servo/rust-url/pull/865 #### New Contributors - [@&#8203;mrobinson](https://github.com/mrobinson) made their first contribution in https://github.com/servo/rust-url/pull/851 - [@&#8203;GuillaumeGomez](https://github.com/GuillaumeGomez) made their first contribution in https://github.com/servo/rust-url/pull/858 - [@&#8203;domenukk](https://github.com/domenukk) made their first contribution in https://github.com/servo/rust-url/pull/843 **Full Changelog**: https://github.com/servo/rust-url/compare/v2.4.0...v2.4.1 ### [`v2.4.0`](https://github.com/servo/rust-url/releases/tag/v2.4.0) [Compare Source](https://github.com/servo/rust-url/compare/v2.3.1...v2.4.0) #### Crate version bump - data-url to 0.3.0 - percent-encoding to 2.3.0 - form_urlencoded to 1.2.0 - idna to 0.4.0 - url to 2.4.0 #### What's Changed - url: add the authority method by [@&#8203;unleashed](https://github.com/unleashed) in https://github.com/servo/rust-url/pull/674 - Fix clippy warnings by [@&#8203;nickelc](https://github.com/nickelc) in https://github.com/servo/rust-url/pull/810 - Replace unmaintained/outdated github actions by [@&#8203;nickelc](https://github.com/nickelc) in https://github.com/servo/rust-url/pull/811 - Implement potentially strip spaces for opaque paths by [@&#8203;CYBAI](https://github.com/CYBAI) in https://github.com/servo/rust-url/pull/813 - percent_encoding: faster percent_encode_byte by [@&#8203;klensy](https://github.com/klensy) in https://github.com/servo/rust-url/pull/814 - Update urltestdata.json WPT test cases by [@&#8203;valenting](https://github.com/valenting) in https://github.com/servo/rust-url/pull/819 - Fix anarchist URL where path starts with // by [@&#8203;qsantos](https://github.com/qsantos) in https://github.com/servo/rust-url/pull/817 - Avoid string allocation to get length of port by [@&#8203;qsantos](https://github.com/qsantos) in https://github.com/servo/rust-url/pull/823 - No colon when setting empty password by [@&#8203;qsantos](https://github.com/qsantos) in https://github.com/servo/rust-url/pull/825 - Url is special by [@&#8203;qsantos](https://github.com/qsantos) in https://github.com/servo/rust-url/pull/826 - Update msrv to 1.56 to keep up with serde-derive by [@&#8203;valenting](https://github.com/valenting) in https://github.com/servo/rust-url/pull/827 - `no_std` support for `form_urlencoded`, `data-url` and `idna` by [@&#8203;madsmtm](https://github.com/madsmtm) in https://github.com/servo/rust-url/pull/722 - Compile with serde feature on Rust playground and docs.rs by [@&#8203;dtolnay](https://github.com/dtolnay) in https://github.com/servo/rust-url/pull/832 - Fix issues with file drives by [@&#8203;valenting](https://github.com/valenting) in https://github.com/servo/rust-url/pull/839 - Update url to 2.4.0 and release new version by [@&#8203;valenting](https://github.com/valenting) in https://github.com/servo/rust-url/pull/840 #### New Contributors - [@&#8203;nickelc](https://github.com/nickelc) made their first contribution in https://github.com/servo/rust-url/pull/810 - [@&#8203;CYBAI](https://github.com/CYBAI) made their first contribution in https://github.com/servo/rust-url/pull/813 - [@&#8203;klensy](https://github.com/klensy) made their first contribution in https://github.com/servo/rust-url/pull/814 - [@&#8203;qsantos](https://github.com/qsantos) made their first contribution in https://github.com/servo/rust-url/pull/817 - [@&#8203;madsmtm](https://github.com/madsmtm) made their first contribution in https://github.com/servo/rust-url/pull/722 - [@&#8203;dtolnay](https://github.com/dtolnay) made their first contribution in https://github.com/servo/rust-url/pull/832 **Full Changelog**: https://github.com/servo/rust-url/compare/v2.3.1...v2.4.0 </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy40MDAuMCIsInVwZGF0ZWRJblZlciI6IjM3LjQwMS4xIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbInJlbm92YXRlLWJvdCJdfQ==-->
renovate-bot added the
renovate-bot
label 2024-06-10 15:00:43 +05:30
renovate-bot added 1 commit 2024-06-10 15:00:44 +05:30
fix(deps): update rust crate url to v2.5.0
Some checks failed
ci/woodpecker/pr/woodpecker Pipeline was successful
renovate/artifacts Artifact file update failure
ci/woodpecker/push/woodpecker Pipeline was successful
ci/woodpecker/pull_request_closed/woodpecker Pipeline was successful
449f946c1a
renovate-bot changed title from fix(deps): update rust crate url to v2.5.0 to fix(deps): update rust crate url to v2.5.1 2024-06-10 18:30:52 +05:30
Author
Member

⚠️ Artifact update problem

Renovate failed to update an artifact related to this branch. You probably do not want to merge this PR as-is.

♻ Renovate will retry this branch, including artifacts, only when one of the following happens:

  • any of the package files in this branch needs updating, or
  • the branch becomes conflicted, or
  • you click the rebase/retry checkbox if found above, or
  • you rename this PR's title to start with "rebase!" to trigger it manually

The artifact failure details are included below:

File name: Cargo.lock
Command failed: cargo update --config net.git-fetch-with-cli=true --manifest-path Cargo.toml --package url@2.3.1 --precise 2.5.1
    Updating crates.io index
error: failed to select a version for `smallvec`.
    ... required by package `idna v1.0.0`
    ... which satisfies dependency `idna = "^1.0.0"` of package `url v2.5.1`
    ... which satisfies dependency `url = "^2.2.2"` of package `conductor v0.1.0 (/tmp/renovate-bot-cache/repos/gitea/LibrePages/conductor)`
versions that meet the requirements `^1.13.1` are: 1.13.2, 1.13.1

all possible versions conflict with previously selected packages.

  previously selected package `smallvec v1.10.0`
    ... which satisfies dependency `smallvec = "^1.6.1"` (locked to 1.10.0) of package `actix-web v4.7.0`
    ... which satisfies dependency `actix-web = "^4"` (locked to 4.7.0) of package `conductor v0.1.0 (/tmp/renovate-bot-cache/repos/gitea/LibrePages/conductor)`

failed to select a version for `smallvec` which could resolve this conflict

### ⚠️ Artifact update problem Renovate failed to update an artifact related to this branch. You probably do not want to merge this PR as-is. ♻ Renovate will retry this branch, including artifacts, only when one of the following happens: - any of the package files in this branch needs updating, or - the branch becomes conflicted, or - you click the rebase/retry checkbox if found above, or - you rename this PR's title to start with "rebase!" to trigger it manually The artifact failure details are included below: ##### File name: Cargo.lock ``` Command failed: cargo update --config net.git-fetch-with-cli=true --manifest-path Cargo.toml --package url@2.3.1 --precise 2.5.1 Updating crates.io index error: failed to select a version for `smallvec`. ... required by package `idna v1.0.0` ... which satisfies dependency `idna = "^1.0.0"` of package `url v2.5.1` ... which satisfies dependency `url = "^2.2.2"` of package `conductor v0.1.0 (/tmp/renovate-bot-cache/repos/gitea/LibrePages/conductor)` versions that meet the requirements `^1.13.1` are: 1.13.2, 1.13.1 all possible versions conflict with previously selected packages. previously selected package `smallvec v1.10.0` ... which satisfies dependency `smallvec = "^1.6.1"` (locked to 1.10.0) of package `actix-web v4.7.0` ... which satisfies dependency `actix-web = "^4"` (locked to 4.7.0) of package `conductor v0.1.0 (/tmp/renovate-bot-cache/repos/gitea/LibrePages/conductor)` failed to select a version for `smallvec` which could resolve this conflict ```
realaravinth merged commit 44bb60b819 into master 2024-06-10 19:04:56 +05:30
Author
Member

Renovate Ignore Notification

Because you closed this PR without merging, Renovate will ignore this update (2.2.2). You will get a PR once a newer version is released. To ignore this dependency forever, add it to the ignoreDeps array of your Renovate config.

If you accidentally closed this PR, or if you changed your mind: rename this PR to get a fresh replacement PR.

### Renovate Ignore Notification Because you closed this PR without merging, Renovate will ignore this update (`2.2.2`). You will get a PR once a newer version is released. To ignore this dependency forever, add it to the `ignoreDeps` array of your Renovate config. If you accidentally closed this PR, or if you changed your mind: rename this PR to get a fresh replacement PR.
Sign in to join this conversation.
No reviewers
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: LibrePages/conductor#27
No description provided.