From f4a7da7e934aa0a4c7a87012559bfeeef77ef4bb Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 9 Dec 2024 00:48:06 +0000 Subject: [PATCH] Update Rust crate dir-test to v0.4.1 (#14847) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [dir-test](https://redirect.github.com/fe-lang/dir-test) | workspace.dependencies | patch | `0.4.0` -> `0.4.1` | --- ### Release Notes
fe-lang/dir-test (dir-test) ### [`v0.4.1`](https://redirect.github.com/fe-lang/dir-test/releases/tag/v0.4.1) [Compare Source](https://redirect.github.com/fe-lang/dir-test/compare/v0.4.0...v0.4.1) #### What's Changed - include license texts in published crates by [@​decathorpe](https://redirect.github.com/decathorpe) in [https://github.com/fe-lang/dir-test/pull/12](https://redirect.github.com/fe-lang/dir-test/pull/12) **Full Changelog**: https://github.com/fe-lang/dir-test/compare/v0.4.0...v0.4.1
--- ### Configuration 📅 **Schedule**: Branch creation - "before 4am on Monday" (UTC), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **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 was generated by [Mend Renovate](https://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/astral-sh/ruff). Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- Cargo.lock | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 6f351dd1f6..ab55fe3db1 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -758,18 +758,18 @@ dependencies = [ [[package]] name = "dir-test" -version = "0.4.0" +version = "0.4.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b12781621d53fd9087021f5a338df5c57c04f84a6231c1f4726f45e2e333470b" +checksum = "62c013fe825864f3e4593f36426c1fa7a74f5603f13ca8d1af7a990c1cd94a79" dependencies = [ "dir-test-macros", ] [[package]] name = "dir-test-macros" -version = "0.4.0" +version = "0.4.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1340852f50b2285d01a7f598cc5d08b572669c3e09e614925175cc3c26787b91" +checksum = "d42f54d7b4a6bc2400fe5b338e35d1a335787585375322f49c5d5fe7b243da7e" dependencies = [ "glob", "proc-macro2",