hs-temporal-sdk
hs-temporal-sdk copied to clipboard
chore(deps): update rust crate url to v2.5.7
This PR contains the following updates:
| Package | Type | Update | Change |
|---|---|---|---|
| url | dependencies | patch | 2.5.4 -> 2.5.7 |
Release Notes
servo/rust-url (url)
v2.5.7
What's Changed
v.2.5.6
- Bump versions by @valenting in #1062
- version bump to 2.5.6 by @edgul in #1065
- Use no-std instead of no_std in Cargo.toml by @valenting in #1064
- fix: add Serde std feature if needed by @reneca in #1068
v.2.5.7
New Contributors
Full Changelog: https://github.com/servo/rust-url/compare/v2.5.5...v2.5.7
v2.5.5
What's Changed
- ci: downgrade crates when building for Rust 1.67.0 by @mxinden in #1003
- ci: run unit tests with sanitizers by @mxinden in #1002
- fix small typo by @hkBst in #1011
- chore: fix clippy errors on main by @dsherret in #1019
- perf: remove heap allocation in parse_query by @dsherret in #1020
- perf: slightly improve parsing a port by @dsherret in #1022
- perf: improve to_file_path() by @dsherret in #1018
- perf: make parse_scheme slightly faster by @dsherret in #1025
- update LICENSE-MIT by @wmjae in #1029
- perf: url encode path segments in longer string slices by @dsherret in #1026
- Disable the default features on serde by @rilipco in #1033
- docs: base url relative join by @tisonkun in #1013
- perf: remove heap allocation in parse_host by @dsherret in #1021
- Update tests to Unicode 16.0 by @hsivonen in #1045
- Add some some basic functions to
Mimeby @mrobinson in #1047 - ran
cargo clippy --fix -- -Wclippy::use_selfby @mrobinson in #1048 - Fix MSRV and clippy CI by @Manishearth in #1058
- Update
Url::domaindocs to show that it includes subdomain by @supercoolspy in #1057 - set_hostname should error when encountering colon ':' by @edgul in #1060
- version bump to 2.5.5 by @edgul in #1061
New Contributors
- @mxinden made their first contribution in #1003
- @hkBst made their first contribution in #1011
- @wmjae made their first contribution in #1029
- @rilipco made their first contribution in #1033
- @tisonkun made their first contribution in #1013
- @supercoolspy made their first contribution in #1057
Full Changelog: https://github.com/servo/rust-url/compare/v2.5.4...v2.5.5
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 was generated by Mend Renovate. View the repository job log.
⚠️ 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: core/rust/Cargo.lock
Command failed: cargo update --config net.git-fetch-with-cli=true --manifest-path core/rust/Cargo.toml --package [email protected] --precise 2.5.7
error: failed to acquire package cache lock
Caused by:
failed to open: /home/ubuntu/.cargo/.package-cache
Caused by:
failed to create directory `/home/ubuntu/.cargo`
Caused by:
File exists (os error 17)