From 570bcbd8dfed17ed1c8a95083fbdf7eb35c5da48 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 6 Jan 2023 21:25:33 +0000 Subject: [PATCH] Update Rust crate glob to 0.3.1 (#1163) 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/defenseunicorns/zarf). Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- src/injector/Cargo.lock | 4 ++-- src/injector/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/injector/Cargo.lock b/src/injector/Cargo.lock index 22573ddf1b..5176744a86 100644 --- a/src/injector/Cargo.lock +++ b/src/injector/Cargo.lock @@ -309,9 +309,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 = "gzip-header" diff --git a/src/injector/Cargo.toml b/src/injector/Cargo.toml index 21938ea3f6..6ecf3bdcb5 100644 --- a/src/injector/Cargo.toml +++ b/src/injector/Cargo.toml @@ -16,7 +16,7 @@ edition = "2021" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] -glob = "0.3.0" +glob = "0.3.1" flate2 = "1.0.25" tar = "0.4.38" sha2 = "0.10.6"