-
Notifications
You must be signed in to change notification settings - Fork 171
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update Rust crate glob to 0.3.1 #1163
Merged
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
renovate
bot
requested review from
jeff-mccoy,
YrrepNoj and
Racer159
as code owners
January 6, 2023 16:55
renovate
bot
force-pushed
the
renovate/glob-0.x
branch
6 times, most recently
from
January 6, 2023 20:45
266a676
to
e53880a
Compare
renovate
bot
force-pushed
the
renovate/glob-0.x
branch
from
January 6, 2023 21:06
e53880a
to
0f152b2
Compare
Racer159
approved these changes
Jan 6, 2023
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM, windows docs and other small updates
Noxsios
pushed a commit
that referenced
this pull request
Mar 8, 2023
[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [glob](https://togithub.com/rust-lang/glob) | dependencies | patch | `0.3.0` -> `0.3.1` | --- ### Release Notes <details> <summary>rust-lang/glob</summary> ### [`v0.3.1`](https://togithub.com/rust-lang/glob/releases/tag/0.3.1) [Compare Source](https://togithub.com/rust-lang/glob/compare/0.3.0...0.3.1) #### What's Changed - Add doc-comment to test README examples by [@​GuillaumeGomez](https://togithub.com/GuillaumeGomez) in [https://github.com/rust-lang/glob/pull/81](https://togithub.com/rust-lang/glob/pull/81) - Set up CI with Azure Pipelines by [@​KodrAus](https://togithub.com/KodrAus) in [https://github.com/rust-lang/glob/pull/86](https://togithub.com/rust-lang/glob/pull/86) - Use 'dyn' since trait objects without an explicit 'dyn' are deprecated by [@​Atul9](https://togithub.com/Atul9) in [https://github.com/rust-lang/glob/pull/87](https://togithub.com/rust-lang/glob/pull/87) - Fix tests on Windows by [@​steveklabnik](https://togithub.com/steveklabnik) in [https://github.com/rust-lang/glob/pull/88](https://togithub.com/rust-lang/glob/pull/88) - Add Debug trait to MatchOptions by [@​brmmm3](https://togithub.com/brmmm3) in [https://github.com/rust-lang/glob/pull/91](https://togithub.com/rust-lang/glob/pull/91) - Add triagebot configuration by [@​Mark-Simulacrum](https://togithub.com/Mark-Simulacrum) in [https://github.com/rust-lang/glob/pull/95](https://togithub.com/rust-lang/glob/pull/95) - Derive Debug for Paths by [@​gibfahn](https://togithub.com/gibfahn) in [https://github.com/rust-lang/glob/pull/97](https://togithub.com/rust-lang/glob/pull/97) - Derive Debug for MatchOptions by [@​brmmm3](https://togithub.com/brmmm3) in [https://github.com/rust-lang/glob/pull/99](https://togithub.com/rust-lang/glob/pull/99) - Move tokens_len into if block as it is only used there by [@​brmmm3](https://togithub.com/brmmm3) in [https://github.com/rust-lang/glob/pull/93](https://togithub.com/rust-lang/glob/pull/93) - Replace Azure Pipelines with GitHub Actions by [@​KodrAus](https://togithub.com/KodrAus) in [https://github.com/rust-lang/glob/pull/113](https://togithub.com/rust-lang/glob/pull/113) - Use SPDX license format by [@​atouchet](https://togithub.com/atouchet) in [https://github.com/rust-lang/glob/pull/115](https://togithub.com/rust-lang/glob/pull/115) - replace the Azure Pipelines status badge by [@​KodrAus](https://togithub.com/KodrAus) in [https://github.com/rust-lang/glob/pull/114](https://togithub.com/rust-lang/glob/pull/114) - Fix spacing in Readme by [@​atouchet](https://togithub.com/atouchet) in [https://github.com/rust-lang/glob/pull/119](https://togithub.com/rust-lang/glob/pull/119) - Update GHA OS versions to latest by [@​JohnTitor](https://togithub.com/JohnTitor) in [https://github.com/rust-lang/glob/pull/118](https://togithub.com/rust-lang/glob/pull/118) - Allow deprecation to `Error::description` by [@​JohnTitor](https://togithub.com/JohnTitor) in [https://github.com/rust-lang/glob/pull/120](https://togithub.com/rust-lang/glob/pull/120) - Note the difference between `new()` and `default()` by [@​JohnTitor](https://togithub.com/JohnTitor) in [https://github.com/rust-lang/glob/pull/121](https://togithub.com/rust-lang/glob/pull/121) - Prepare 0.3.1 release by [@​JohnTitor](https://togithub.com/JohnTitor) in [https://github.com/rust-lang/glob/pull/124](https://togithub.com/rust-lang/glob/pull/124) #### New Contributors - [@​GuillaumeGomez](https://togithub.com/GuillaumeGomez) made their first contribution in [https://github.com/rust-lang/glob/pull/81](https://togithub.com/rust-lang/glob/pull/81) - [@​Atul9](https://togithub.com/Atul9) made their first contribution in [https://github.com/rust-lang/glob/pull/87](https://togithub.com/rust-lang/glob/pull/87) - [@​brmmm3](https://togithub.com/brmmm3) made their first contribution in [https://github.com/rust-lang/glob/pull/91](https://togithub.com/rust-lang/glob/pull/91) - [@​Mark-Simulacrum](https://togithub.com/Mark-Simulacrum) made their first contribution in [https://github.com/rust-lang/glob/pull/95](https://togithub.com/rust-lang/glob/pull/95) - [@​gibfahn](https://togithub.com/gibfahn) made their first contribution in [https://github.com/rust-lang/glob/pull/97](https://togithub.com/rust-lang/glob/pull/97) - [@​atouchet](https://togithub.com/atouchet) made their first contribution in [https://github.com/rust-lang/glob/pull/115](https://togithub.com/rust-lang/glob/pull/115) - [@​JohnTitor](https://togithub.com/JohnTitor) made their first contribution in [https://github.com/rust-lang/glob/pull/118](https://togithub.com/rust-lang/glob/pull/118) **Full Changelog**: rust-lang/glob@0.3.0...0.3.1 </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **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 [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository job log [here](https://app.renovatebot.com/dashboard#github/defenseunicorns/zarf). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNC44NC4yIiwidXBkYXRlZEluVmVyIjoiMzQuODQuMiJ9--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
0.3.0
->0.3.1
Release Notes
rust-lang/glob
v0.3.1
Compare Source
What's Changed
Error::description
by @JohnTitor in https://github.com/rust-lang/glob/pull/120new()
anddefault()
by @JohnTitor in https://github.com/rust-lang/glob/pull/121New Contributors
Full Changelog: rust-lang/glob@0.3.0...0.3.1
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Enabled.
♻ 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.
This PR has been generated by Mend Renovate. View repository job log here.