From 281f6c0875c99e034b3324995a46f033b9daf576 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 25 Jun 2023 12:36:43 +0000 Subject: [PATCH] fix(deps): update all non-major dependencies --- .github/workflows/continuous-integration.yml | 2 +- Cargo.toml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/continuous-integration.yml b/.github/workflows/continuous-integration.yml index a67487b..15aa79a 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@9991fc3550abdc19b61d50063c7eeb7713bc498f # v0.3.1 env: RUSTUP_HOME: /usr/local/rustup CARGO_HOME: /usr/local/cargo diff --git a/Cargo.toml b/Cargo.toml index be832f2..a455386 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -16,10 +16,10 @@ license = "MIT" [dependencies] [target.'cfg(windows)'.dependencies] -field-offset = "0.3.4" +field-offset = "0.3.6" [target.'cfg(windows)'.dependencies.windows] -version = "0.38.0" +version = "0.48.0" features = ["alloc", "Win32_System_Diagnostics_ToolHelp", "Win32_Foundation"] [target.'cfg(any(target_os = "macos", target_os = "ios"))'.dependencies]