From 0caec4729e4258c4ca7cf246decf2c6540caac8b Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 6 Jan 2023 18:19:30 +0000 Subject: [PATCH] Update Rust crate glob to 0.3.1 (#127) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit [![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
rust-lang/glob ### [`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**: https://github.com/rust-lang/glob/compare/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](https://www.mend.io/free-developer-tools/renovate/). View repository job log [here](https://app.renovatebot.com/dashboard#github/ziyadedher/evm-bench). Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 91c07d6b..3e3af99a 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -371,9 +371,9 @@ dependencies = [ [[package]] name = "glob" -version = "0.3.0" +version = "0.3.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9b919933a397b79c37e33b77bb2aa3dc8eb6e165ad809e58ff75bc7db2e34574" +checksum = "d2fabcfbdc87f4758337ca535fb41a6d701b65693ce38287d856d1674551ec9b" [[package]] name = "h2" diff --git a/Cargo.toml b/Cargo.toml index e087576a..3c4194ae 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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"