Skip to content

Commit 44cf827

Browse files
committed
[chore] update dependencies
1 parent b5dc2b6 commit 44cf827

File tree

14 files changed

+219
-594
lines changed

14 files changed

+219
-594
lines changed

Cargo.lock

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

axplat/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,10 +17,10 @@ irq = ["dep:handler_table"]
1717

1818
[dependencies]
1919
memory_addr = "0.4"
20-
bitflags = "2.6"
20+
bitflags = "2.11"
2121
crate_interface = "0.3"
2222
handler_table = { version = "0.1.2", optional = true }
23-
const-str = "0.6.2"
23+
const-str = "1.1"
2424
kspin = "0.1"
2525
axplat-macros = { workspace = true }
2626

cargo-axplat/Cargo.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ repository.workspace = true
1212

1313
[dependencies]
1414
clap = { version = "4", features = ["derive"] }
15-
clap-cargo = "0.16"
16-
cargo_metadata = "0.22"
17-
toml_edit = "0.23"
15+
clap-cargo = "0.18"
16+
cargo_metadata = "0.23"
17+
toml_edit = "0.25"
1818
thiserror = "2.0"

examples/irq-kernel/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ repository.workspace = true
1010
[dependencies]
1111
axconfig-macros = "0.2"
1212
cfg-if = "1.0"
13-
linkme = "0.3.33"
13+
linkme = "0.3"
1414
axcpu = { workspace = true }
1515
axplat = { workspace = true }
1616

examples/smp-kernel/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,9 @@ repository.workspace = true
1010
[dependencies]
1111
axconfig-macros = "0.2"
1212
cfg-if = "1.0"
13-
linkme = "0.3.33"
13+
linkme = "0.3"
1414
percpu = "0.2"
15-
const-str = "0.6.2"
15+
const-str = "1.1"
1616
memory_addr = "0.4"
1717
axcpu = { workspace = true }
1818
axplat = { workspace = true }

platforms/axplat-aarch64-bsta1000b/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ smp = ["axplat/smp", "kspin/smp"]
2020
[dependencies]
2121
log = "0.4"
2222
kspin = "0.1"
23-
page_table_entry = "0.5"
23+
page_table_entry = "0.6"
2424
dw_apb_uart = "0.1"
2525

2626
axconfig-macros = "0.2"

platforms/axplat-aarch64-peripherals/Cargo.toml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,14 +17,12 @@ irq = ["axplat/irq"]
1717
[dependencies]
1818
kspin = "0.1"
1919
log = "0.4"
20-
spin = "0.10"
2120
int_ratio = "0.1"
2221
lazyinit = "0.2"
23-
page_table_entry = "0.5"
24-
aarch64-cpu = "10.0"
22+
aarch64-cpu = "11.2"
2523
arm_pl011 = "0.1"
26-
arm-gic-driver = "0.15"
2724
arm_pl031 = "0.2"
25+
arm-gic-driver = "0.17"
2826
axcpu = { workspace = true }
2927
axplat = { workspace = true }
3028

platforms/axplat-aarch64-phytium-pi/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ smp = ["axplat/smp"]
1919

2020
[dependencies]
2121
log = "0.4"
22-
page_table_entry = "0.5"
22+
page_table_entry = "0.6"
2323
axconfig-macros = "0.2"
2424
axplat-aarch64-peripherals = { workspace = true }
2525
axcpu = { workspace = true }

platforms/axplat-aarch64-qemu-virt/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ smp = ["axplat/smp"]
1919

2020
[dependencies]
2121
log = "0.4"
22-
page_table_entry = "0.5"
22+
page_table_entry = "0.6"
2323
axconfig-macros = "0.2"
2424
axplat-aarch64-peripherals = { workspace = true }
2525
axcpu = { workspace = true }

platforms/axplat-aarch64-raspi/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,8 @@ smp = ["axplat/smp"]
1919

2020
[dependencies]
2121
log = "0.4"
22-
aarch64-cpu = "10.0"
23-
page_table_entry = "0.5"
22+
aarch64-cpu = "11.2"
23+
page_table_entry = "0.6"
2424
axconfig-macros = "0.2"
2525
axplat-aarch64-peripherals = { workspace = true }
2626
axcpu = { workspace = true }

0 commit comments

Comments
 (0)