Skip to content

Commit 23ed2ee

Browse files
kernel: bump deps
Signed-off-by: Anhad Singh <[email protected]>
1 parent 05a3f5f commit 23ed2ee

File tree

2 files changed

+51
-49
lines changed

2 files changed

+51
-49
lines changed

src/Cargo.lock

Lines changed: 42 additions & 40 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/aero_kernel/Cargo.toml

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -27,11 +27,11 @@ spin = { version = "0.9.8", default-features = false, features = [
2727
"once",
2828
] }
2929
bitflags = "1.2.1"
30-
bit_field = "0.10.1"
31-
log = "0.4.14"
32-
xmas-elf = "0.8.0"
33-
hashbrown = "0.12.3"
34-
rustc-demangle = "0.1.20"
30+
bit_field = "0.10.2"
31+
log = "0.4.19"
32+
xmas-elf = "0.9.0"
33+
hashbrown = "0.14.0"
34+
rustc-demangle = "0.1.23"
3535
# intrusive-collections:
3636
# `nightly`: Get access to const variants of the functions.
3737
intrusive-collections = { version = "0.9.5", features = ["nightly"] }
@@ -40,18 +40,18 @@ lai = { git = "https://github.com/aero-os/lai-rs" }
4040
uapi = { path = "../uapi" }
4141
cpio_reader = { git = "https://github.com/Andy-Python-Programmer/cpio_reader" }
4242
static_assertions = "1.1.0"
43-
lru = "0.8.0"
44-
bytemuck = "1.12.1"
43+
lru = "0.10.0"
44+
bytemuck = "1.13.1"
4545
simple_endian = { git = "https://github.com/Andy-Python-Programmer/simple-endian-rs" }
46-
byteorder = { version = "*", default-features = false }
46+
byteorder = { version = "1.4.3", default-features = false }
4747
limine = { git = "https://github.com/limine-bootloader/limine-rs" }
4848
cfg-if = "1.0"
4949
num-traits = { version = "0.2", default-features = false }
5050
vte = { git = "https://github.com/alacritty/vte", features = ["ansi"] }
5151

5252
# X86_64 specific dependencies:
5353
[target.'cfg(target_arch = "x86_64")'.dependencies]
54-
raw-cpuid = "10.0.0"
54+
raw-cpuid = "11.0.1"
5555

5656
[dependencies.lazy_static]
5757
version = "1.4.0"

0 commit comments

Comments
 (0)