Skip to content

Commit

Permalink
Update Rust crate glob to 0.3.1 (#127)
Browse files Browse the repository at this point in the history
[![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/ziyadedher/evm-bench).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNC44NC4yIiwidXBkYXRlZEluVmVyIjoiMzQuODQuMiJ9-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] committed Jan 6, 2023
1 parent e66c3ae commit 0caec47
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Expand Up @@ -16,7 +16,7 @@ bytes = "1.3.0"
chrono = "0.4.23"
clap = { version = "4.0.32", features = ["derive"] }
env_logger = "0.10.0"
glob = "0.3.0"
glob = "0.3.1"
hex = "0.4.3"
jsonschema = "0.16.1"
log = "0.4.17"
Expand Down

0 comments on commit 0caec47

Please sign in to comment.