diff --git a/Cargo.lock b/Cargo.lock index 82d2de2263..830d753382 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1668,9 +1668,9 @@ checksum = "436d45c2b6a5b159d43da708e62b25be3a4a3d5550d654b72216ade4c4bfd717" [[package]] name = "redox-pkg" -version = "0.2.8" +version = "0.2.9" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6d50a7ed267e236ce8bfa178bfd3fb7a39765689d037e51c57f36bad46f474fd" +checksum = "0a18d9b020d0fd3fa4e613bc7ffc3c789fba16f4e74c484cc7e63f6ffb71bc09" dependencies = [ "anyhow", "ignore", diff --git a/Cargo.toml b/Cargo.toml index b6ffce5e5f..0433fb0471 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -23,24 +23,24 @@ name = "redox_installer" path = "src/lib.rs" [dependencies] -anyhow = { version = "1" } +anyhow = "1" arg_parser = { version = "0.1.0", optional = true } fatfs = { version = "0.3.0", optional = true } fscommon = { version = "0.1.1", optional = true } gpt = { version = "3.0.0", optional = true } -libc = { version = "0.2.70" } +libc = "0.2.70" pkgar = { version = "0.1.19", optional = true } pkgar-core = { version = "0.1.19", optional = true } pkgar-keys = { version = "0.1.19", optional = true } rand = { version = "0.9", optional = true } -redox-pkg = { version = "0.2.8", features = ["indicatif"], optional = true } +redox-pkg = { version = "0.2.9", features = ["indicatif"], optional = true } redox_syscall = { version = "0.5.2", optional = true } redoxfs = { version = "0.8.0", optional = true } rust-argon2 = { version = "0.8.2", optional = true } serde = "1" serde_derive = "1.0" termion = { version = "4", optional = true } -toml = { version = "0.8" } +toml = "0.8" uuid = { version = "1.4", features = ["v4"], optional = true } [target.'cfg(target_os = "redox")'.dependencies]