diff --git a/Cargo.lock b/Cargo.lock index 25af45adc2..cb53ab0d5d 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -557,7 +557,7 @@ version = "0.7.0" dependencies = [ "aarch64", "ahash", - "align-address 0.1.0", + "align-address 0.3.0", "anstyle", "anyhow", "arm-gic", diff --git a/Cargo.toml b/Cargo.toml index c4eac5e24d..a895abea8e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -73,7 +73,7 @@ shell = ["simple-shell"] hermit-macro = { path = "hermit-macro" } virtio-def = { path = "virtio-def" } ahash = { version = "0.8", default-features = false } -align-address = "0.1" +align-address = "0.3" bit_field = "0.10" bitflags = "2.5" cfg-if = "1"