From 28c14f5b582f9e8d63856392436152a4c02efa0a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 21 Sep 2023 21:58:42 -0400 Subject: [PATCH 1/3] pip: bump edk2-pytool-library from 0.17.0 to 0.18.0 (#315) Bumps [edk2-pytool-library](https://github.com/tianocore/edk2-pytool-library) from 0.17.0 to 0.18.0. Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- pip-requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pip-requirements.txt b/pip-requirements.txt index 8ce4d6e734..862c4db3d8 100644 --- a/pip-requirements.txt +++ b/pip-requirements.txt @@ -12,7 +12,7 @@ # https://www.python.org/dev/peps/pep-0440/#version-specifiers ## -edk2-pytool-library==0.17.0 +edk2-pytool-library==0.18.0 edk2-pytool-extensions==0.24.1 edk2-basetools==0.1.29 antlr4-python3-runtime==4.13.1 From dec8f57d3a5dc3f270f6b18940e99ba114d25f7a Mon Sep 17 00:00:00 2001 From: "Project Mu UEFI Bot [bot]" <45776386+uefibot@users.noreply.github.com> Date: Fri, 22 Sep 2023 10:52:04 -0400 Subject: [PATCH 2/3] Repo File Sync: Add cargo ecosystem to dependabot config (#318) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit synced local file(s) with [microsoft/mu_devops](https://github.com/microsoft/mu_devops). 🤖: View the [Repo File Sync Configuration File](https://github.com/microsoft/mu_devops/blob/main/.sync/Files.yml) to see how files are synced. --- This PR was created automatically by the [repo-file-sync-action](https://github.com/BetaHuhn/repo-file-sync-action) workflow run [#6272274573](https://github.com/microsoft/mu_devops/actions/runs/6272274573) Signed-off-by: Project Mu UEFI Bot --- .github/dependabot.yml | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 554dab385e..7492698280 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -7,6 +7,7 @@ # # This dependabot file is limited to syncing the following type of dependencies. Other files # are already available in Mu DevOps to sync other dependency types. +# - Rust Crate Dependencies (`cargo`) # - GitHub Actions (`github-actions`) # - Python PIP Modules (`pip`) # @@ -26,6 +27,20 @@ version: 2 updates: + - package-ecosystem: "cargo" + directory: "/" + schedule: + interval: "weekly" + day: "monday" + timezone: "America/Los_Angeles" + time: "03:00" + commit-message: + prefix: "Rust Dependency" + labels: + - "type:dependencies" + - "type:dependabot" + rebase-strategy: "disabled" + - package-ecosystem: "github-actions" directory: "/" schedule: From 506de6336ee721008bb23898a9747dce528a6875 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 22 Sep 2023 15:40:31 -0400 Subject: [PATCH 3/3] Rust Dependency: Update spin requirement from 0.5.2 to 0.9.8 (#319) Updates the requirements on [spin](https://github.com/mvdnes/spin-rs) to permit the latest version. Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index a182a23755..8106b65785 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -11,4 +11,4 @@ RustAdvancedLoggerDxe = {path = "AdvLoggerPkg/Crates/RustAdvancedLoggerDxe"} RustBootServicesAllocatorDxe = {path = "MsCorePkg/Crates/RustBootServicesAllocatorDxe"} r-efi = "4.0.0" -spin = "0.5.2" +spin = "0.9.8"