diff --git a/storage/bcm2835-sdhcid/Cargo.toml b/storage/bcm2835-sdhcid/Cargo.toml index b5c21ffb80..78a350e29f 100644 --- a/storage/bcm2835-sdhcid/Cargo.toml +++ b/storage/bcm2835-sdhcid/Cargo.toml @@ -7,7 +7,7 @@ edition = "2021" [dependencies] fdt = "0.1.5" -redox_syscall = "0.4" +redox_syscall = "0.5" common = { path = "../../common" } driver-block = { path = "../driver-block" }