Skip to content

Commit

Permalink
fix(deps): update all dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jul 11, 2023
1 parent c758cda commit 26ec153
Show file tree
Hide file tree
Showing 4 changed files with 91 additions and 151 deletions.
28 changes: 14 additions & 14 deletions rust/stub/Cargo.lock

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

12 changes: 6 additions & 6 deletions rust/stub/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,16 +7,16 @@ publish = false
rust-version = "1.68"

[dependencies]
uefi = { version = "0.23.0", default-features = false, features = [ "alloc", "global_allocator" ] }
uefi-services = { version = "0.20.0", default-features = false, features = [ "panic_handler", "logger" ] }
goblin = { version = "0.6.1", default-features = false, features = [ "pe64", "alloc" ]}
bitflags = "2.3.1"
uefi = { version = "0.24.0", default-features = false, features = [ "alloc", "global_allocator" ] }
uefi-services = { version = "0.21.0", default-features = false, features = [ "panic_handler", "logger" ] }
goblin = { version = "0.7.1", default-features = false, features = [ "pe64", "alloc" ]}
bitflags = "2.3.3"

# Even in debug builds, we don't enable the debug logs, because they generate a lot of spam from goblin.
log = { version = "0.4.18", default-features = false, features = [ "max_level_info", "release_max_level_warn" ]}
log = { version = "0.4.19", default-features = false, features = [ "max_level_info", "release_max_level_warn" ]}

# Use software implementation because the UEFI target seems to need it.
sha2 = { version = "0.10.6", default-features = false, features = ["force-soft"], optional = true }
sha2 = { version = "0.10.7", default-features = false, features = ["force-soft"], optional = true }
# SHA1 for TPM TCG interface version 1.
sha1_smol = "1.0.0"

Expand Down
Loading

0 comments on commit 26ec153

Please sign in to comment.