mirror of
https://github.com/astral-sh/ruff.git
synced 2025-11-03 05:13:00 +00:00
Update Rust crate glob to v0.3.3 (#19959)
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [glob](https://redirect.github.com/rust-lang/glob) | workspace.dependencies | patch | `0.3.2` -> `0.3.3` | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. --- ### Release Notes <details> <summary>rust-lang/glob (glob)</summary> ### [`v0.3.3`](https://redirect.github.com/rust-lang/glob/blob/HEAD/CHANGELOG.md#033---2025-08-11) [Compare Source](https://redirect.github.com/rust-lang/glob/compare/v0.3.2...v0.3.3) - Optimize memory allocations ([#​147](https://redirect.github.com/rust-lang/glob/pull/147)) - Bump the MSRV to 1.63 ([#​172](https://redirect.github.com/rust-lang/glob/pull/172)) - Fix spelling in pattern documentation ([#​164](https://redirect.github.com/rust-lang/glob/pull/164)) - Fix version numbers and some formatting ([#​157](https://redirect.github.com/rust-lang/glob/pull/157)) - Style fixes ([#​137](https://redirect.github.com/rust-lang/glob/pull/137)) </details> --- ### Configuration 📅 **Schedule**: Branch creation - "before 4am on Monday" (UTC), 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 was generated by [Mend Renovate](https://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/astral-sh/ruff). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MS43MS4xIiwidXBkYXRlZEluVmVyIjoiNDEuNzEuMSIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiaW50ZXJuYWwiXX0=--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Brent Westbrook <brentrwestbrook@gmail.com>
This commit is contained in:
parent
600245478c
commit
0967e7e088
1 changed files with 2 additions and 2 deletions
4
Cargo.lock
generated
4
Cargo.lock
generated
|
|
@ -1218,9 +1218,9 @@ dependencies = [
|
|||
|
||||
[[package]]
|
||||
name = "glob"
|
||||
version = "0.3.2"
|
||||
version = "0.3.3"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "a8d1add55171497b4705a648c6b583acafb01d58050a51727785f0b2c8e0a2b2"
|
||||
checksum = "0cc23270f6e1808e30a928bdc84dea0b9b4136a8bc82338574f23baf47bbd280"
|
||||
|
||||
[[package]]
|
||||
name = "globset"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue