Skip to content

Commit

Permalink
Merge branch 'main' into az-linux-3
Browse files Browse the repository at this point in the history
  • Loading branch information
marosset authored Jan 16, 2025
2 parents b9d4b79 + 432c6a5 commit 19e8106
Show file tree
Hide file tree
Showing 5 changed files with 33 additions and 12 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/dep_rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,12 @@ jobs:
- name: clippy
run: just clippy ${{ matrix.config }}

- name: Ensure up-to-date Cargo.lock
run: |
cargo fetch --locked
cargo fetch --manifest-path src/tests/rust_guests/simpleguest/Cargo.toml --locked
cargo fetch --manifest-path src/tests/rust_guests/callbackguest/Cargo.toml --locked
- name: Get gh action service name
if: ${{ (runner.os == 'Windows' )}}
run: (Get-Service actions.runner.*) | Foreach { $_.Name, $_.UserName, $_.ServiceType }
Expand Down
5 changes: 3 additions & 2 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions src/hyperlight_host/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ crossbeam-channel = "0.5.14"
thiserror = "2.0.7"
prometheus = "0.13.3"
strum = { version = "0.26", features = ["derive"] }
tempfile = { version = "3.10", optional = true }
tempfile = { version = "3.15", optional = true }
serde_yaml = "0.9"
anyhow = "1.0"

Expand Down Expand Up @@ -84,7 +84,7 @@ signal-hook-registry = "1.4.1"
envy = { version = "0.4.2" }
serde = "1.0"
proptest = "1.2.0"
tempfile = "3.8.0"
tempfile = "3.15.0"
crossbeam-queue = "0.3.12"
tracing-serde = "0.2.0"
serial_test = "3.1.1"
Expand Down
15 changes: 11 additions & 4 deletions src/tests/rust_guests/callbackguest/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

15 changes: 11 additions & 4 deletions src/tests/rust_guests/simpleguest/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 19e8106

Please sign in to comment.