Skip to content
This repository has been archived by the owner on Jul 30, 2023. It is now read-only.

Commit

Permalink
fix(deps): update all non-major dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Mar 12, 2023
1 parent 729a225 commit bc9d451
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/continuous-integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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@dcbf6bacfcec5f990d6a6b3aab51beb0171b7354 # v0.3.0
env:
RUSTUP_HOME: /usr/local/rustup
CARGO_HOME: /usr/local/cargo
Expand Down
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,10 @@ license = "MIT"
[dependencies]

[target.'cfg(windows)'.dependencies]
field-offset = "0.3.4"
field-offset = "0.3.5"

[target.'cfg(windows)'.dependencies.windows]
version = "0.38.0"
version = "0.44.0"
features = ["alloc", "Win32_System_Diagnostics_ToolHelp", "Win32_Foundation"]

[target.'cfg(any(target_os = "macos", target_os = "ios"))'.dependencies]
Expand Down

0 comments on commit bc9d451

Please sign in to comment.