Skip to content
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 1 commit into from Jan 6, 2023
Merged

Update Rust crate glob to 0.3.1 #1163

merged 1 commit into from Jan 6, 2023

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jan 6, 2023

Mend Renovate

This PR contains the following updates:

Package Type Update Change
glob dependencies patch 0.3.0 -> 0.3.1

Release Notes

rust-lang/glob

v0.3.1

Compare Source

What's Changed

New 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.


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

This PR has been generated by Mend Renovate. View repository job log here.

@renovate renovate bot enabled auto-merge (squash) January 6, 2023 16:55
@renovate renovate bot force-pushed the renovate/glob-0.x branch 6 times, most recently from 266a676 to e53880a Compare January 6, 2023 20:45
Copy link
Contributor

@Racer159 Racer159 left a 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

@renovate renovate bot merged commit 570bcbd into main Jan 6, 2023
@renovate renovate bot deleted the renovate/glob-0.x branch January 6, 2023 21:25
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
[@&#8203;GuillaumeGomez](https://togithub.com/GuillaumeGomez) in
[rust-lang/glob#81
- Set up CI with Azure Pipelines by
[@&#8203;KodrAus](https://togithub.com/KodrAus) in
[rust-lang/glob#86
- Use 'dyn' since trait objects without an explicit 'dyn' are deprecated
by [@&#8203;Atul9](https://togithub.com/Atul9) in
[rust-lang/glob#87
- Fix tests on Windows by
[@&#8203;steveklabnik](https://togithub.com/steveklabnik) in
[rust-lang/glob#88
- Add Debug trait to MatchOptions by
[@&#8203;brmmm3](https://togithub.com/brmmm3) in
[rust-lang/glob#91
- Add triagebot configuration by
[@&#8203;Mark-Simulacrum](https://togithub.com/Mark-Simulacrum) in
[rust-lang/glob#95
- Derive Debug for Paths by
[@&#8203;gibfahn](https://togithub.com/gibfahn) in
[rust-lang/glob#97
- Derive Debug for MatchOptions by
[@&#8203;brmmm3](https://togithub.com/brmmm3) in
[rust-lang/glob#99
- Move tokens_len into if block as it is only used there by
[@&#8203;brmmm3](https://togithub.com/brmmm3) in
[rust-lang/glob#93
- Replace Azure Pipelines with GitHub Actions by
[@&#8203;KodrAus](https://togithub.com/KodrAus) in
[rust-lang/glob#113
- Use SPDX license format by
[@&#8203;atouchet](https://togithub.com/atouchet) in
[rust-lang/glob#115
- replace the Azure Pipelines status badge by
[@&#8203;KodrAus](https://togithub.com/KodrAus) in
[rust-lang/glob#114
- Fix spacing in Readme by
[@&#8203;atouchet](https://togithub.com/atouchet) in
[rust-lang/glob#119
- Update GHA OS versions to latest by
[@&#8203;JohnTitor](https://togithub.com/JohnTitor) in
[rust-lang/glob#118
- Allow deprecation to `Error::description` by
[@&#8203;JohnTitor](https://togithub.com/JohnTitor) in
[rust-lang/glob#120
- Note the difference between `new()` and `default()` by
[@&#8203;JohnTitor](https://togithub.com/JohnTitor) in
[rust-lang/glob#121
- Prepare 0.3.1 release by
[@&#8203;JohnTitor](https://togithub.com/JohnTitor) in
[rust-lang/glob#124

#### New Contributors

- [@&#8203;GuillaumeGomez](https://togithub.com/GuillaumeGomez) made
their first contribution in
[rust-lang/glob#81
- [@&#8203;Atul9](https://togithub.com/Atul9) made their first
contribution in
[rust-lang/glob#87
- [@&#8203;brmmm3](https://togithub.com/brmmm3) made their first
contribution in
[rust-lang/glob#91
- [@&#8203;Mark-Simulacrum](https://togithub.com/Mark-Simulacrum) made
their first contribution in
[rust-lang/glob#95
- [@&#8203;gibfahn](https://togithub.com/gibfahn) made their first
contribution in
[rust-lang/glob#97
- [@&#8203;atouchet](https://togithub.com/atouchet) made their first
contribution in
[rust-lang/glob#115
- [@&#8203;JohnTitor](https://togithub.com/JohnTitor) made their first
contribution in
[rust-lang/glob#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
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant