Skip to content

Commit

Permalink
Update all non-major dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Apr 19, 2024
1 parent 1620563 commit 8b08cd0
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion common/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@ edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
uefi = "0.16.0"
uefi = "0.27.0"
6 changes: 3 additions & 3 deletions kernel/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,11 @@ edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
x86_64 = "0.14.10"
x86_64 = "0.15.1"
spin = "0.9.8"
lazy_static = { version = "1.4.0", features = ["spin_no_std"] }
linked_list_allocator = "0.10.2"
bitmaps = { version = "3.2.0", default-features = false }
linked_list_allocator = "0.10.5"
bitmaps = { version = "3.2.1", default-features = false }

kani2_common = { path = "../common" }

Expand Down
6 changes: 3 additions & 3 deletions loader/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@ edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
uefi = { version = "0.16.0", features = ["alloc", "exts"] }
uefi-services = "0.13.0"
goblin = { version = "0.5.4", default-features = false, features = [
uefi = { version = "0.27.0", features = ["alloc", "exts"] }
uefi-services = "0.25.0"
goblin = { version = "0.8.0", default-features = false, features = [
"elf64",
"endian_fd",
"elf32",
Expand Down

0 comments on commit 8b08cd0

Please sign in to comment.