Skip to content

Commit 05c5752

Browse files
committed
chore(deps): update
1 parent 15dd82b commit 05c5752

File tree

3 files changed

+8
-8
lines changed

3 files changed

+8
-8
lines changed

src/0x01/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,13 +20,13 @@ debug = false
2020

2121
[workspace.dependencies]
2222
paste = "1.0"
23-
spin = "0.9"
23+
spin = "0.10"
2424
x86 = "0.52"
2525
x86_64 = "0.15"
2626
log = "0.4"
2727
bitflags = "2.3"
2828
libm = "0.2"
29-
xmas-elf = "0.9"
29+
xmas-elf = "0.10"
3030
arrayvec = { version = "0.7", default-features = false }
3131
uefi = { version = "0.34", default-features = false }
3232
lazy_static = { version = "1.4", features = ["spin_no_std"] }

src/0x02/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,14 +20,14 @@ debug = false
2020

2121
[workspace.dependencies]
2222
paste = "1.0"
23-
spin = "0.9"
23+
spin = "0.10"
2424
x86 = "0.52"
2525
x86_64 = "0.15"
2626
log = "0.4"
2727
bit_field = "0.10"
2828
bitflags = "2.3"
2929
libm = "0.2"
30-
xmas-elf = "0.9"
30+
xmas-elf = "0.910"
3131
linked_list_allocator = "0.10"
3232
arrayvec = { version = "0.7", default-features = false }
3333
uefi = { version = "0.34", default-features = false }

src/0x04/Cargo.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -27,19 +27,19 @@ debug = false
2727

2828
bit_field = "0.10"
2929
bitflags = "2.6"
30-
hex-literal = "0.4"
30+
hex-literal = "1.0"
3131
libm = "0.2"
3232
linked_list_allocator = "0.10"
3333
log = "0.4"
34-
lru = "0.13"
34+
lru = "0.14"
3535
paste = "1.0"
3636
pc-keyboard = "0.8"
3737
rand_hc = "0.4"
38-
spin = "0.9"
38+
spin = "0.10"
3939
volatile = "0.6"
4040
x86 = "0.52"
4141
x86_64 = "0.15"
42-
xmas-elf = "0.9"
42+
xmas-elf = "0.10"
4343
uefi = { version = "0.34", default-features = false }
4444
chrono = { version = "0.4", default-features = false }
4545
arrayvec = { version = "0.7", default-features = false }

0 commit comments

Comments
 (0)