From a985f0c0033ac9744491a7eb0821b0648423517e Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 25 Sep 2022 22:34:29 +0000 Subject: [PATCH] chore(deps): update all non-major dependencies --- .github/workflows/continuous-integration.yml | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/continuous-integration.yml b/.github/workflows/continuous-integration.yml index a67487b..741905f 100644 --- a/.github/workflows/continuous-integration.yml +++ b/.github/workflows/continuous-integration.yml @@ -69,7 +69,7 @@ jobs: uses: actions/checkout@2541b1294d2704b0964813337f33b291d3f8596b # tag=v3 - name: Run Tests - uses: vmactions/freebsd-vm@45665d548dfeadbbebb5bb7971150211525fee46 # tag=v0.1.6 + uses: vmactions/freebsd-vm@4612c18e63b11e07d47168650b7f89f0b0f6764f # tag=v0.2.8 env: RUSTUP_HOME: /usr/local/rustup CARGO_HOME: /usr/local/cargo diff --git a/Cargo.toml b/Cargo.toml index be832f2..2b80d29 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -19,7 +19,7 @@ license = "MIT" field-offset = "0.3.4" [target.'cfg(windows)'.dependencies.windows] -version = "0.38.0" +version = "0.41.0" features = ["alloc", "Win32_System_Diagnostics_ToolHelp", "Win32_Foundation"] [target.'cfg(any(target_os = "macos", target_os = "ios"))'.dependencies]