Skip to content

Commit

Permalink
Merge pull request #87 from Freax13/update/deps-2024-10-27
Browse files Browse the repository at this point in the history
update dependencies
  • Loading branch information
Freax13 authored Oct 27, 2024
2 parents 93a4bc0 + 5499a3e commit ab36b31
Show file tree
Hide file tree
Showing 10 changed files with 210 additions and 207 deletions.
74 changes: 37 additions & 37 deletions common/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 common/loader/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@ edition = "2021"
constants = { workspace = true }
bit_field = "0.10.2"
bytemuck = { version = "1.15.0", features = ["min_const_generics"] }
goblin = "0.8.0"
goblin = "0.9.2"
io = { workspace = true }
itertools = { version = "0.12.1", default-features = false }
itertools = { version = "0.13.0", default-features = false }
snp-types = { workspace = true }
thiserror = { version = "1.0.58" }
raw-cpuid = "11.0.1"
Expand Down
40 changes: 11 additions & 29 deletions host/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 host/mushroom/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ constants = { workspace = true }
loader = { workspace = true }
log-types = { workspace = true, features = ["std"] }
mushroom-verify = { workspace = true, optional = true }
nix = { version = "0.28.0", features = ["fs", "ioctl", "mman", "pthread", "signal"] }
nix = { version = "0.29.0", features = ["fs", "ioctl", "mman", "pthread", "signal"] }
profiler-types = { workspace = true }
qgs-client = { workspace = true, optional = true }
rand = "0.8.5"
Expand All @@ -35,6 +35,6 @@ tokio = { version = "1.36.0", features = ["fs", "macros", "rt-multi-thread"], op
tracing = "0.1.40"
tracing-subscriber = { version = "0.3.18", optional = true }
vcek-kds = { workspace = true, optional = true }
volatile = { version = "0.5.1", features = [] }
volatile = { version = "0.6.1", features = [] }
x86_64 = { version = "0.15.1", default-features = false }
xdg = { version = "2.5.2", optional = true }
2 changes: 1 addition & 1 deletion host/vcek-kds/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,5 +15,5 @@ thiserror = "1.0.58"
x509-cert = { version = "0.2.5", default-features = false }

[target.'cfg(unix)'.dependencies]
nix = { version = "0.28.0", features = ["ioctl"] }
nix = { version = "0.29.0", features = ["ioctl"] }
bytemuck = { version = "1.19.0", features = ["extern_crate_std"] }
Loading

0 comments on commit ab36b31

Please sign in to comment.