diff --git a/Cargo.lock b/Cargo.lock index 8c8ce8c..061bc24 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -18,17 +18,27 @@ dependencies = [ [[package]] name = "acridotheres" -version = "0.4.1" +version = "0.5.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d8d72f34a3684f0571ce28d5da843a3dc503fbad21752eb08def85b1c49d142d" +checksum = "08ea7ca3f7d6b4044c58ca69f7f2d83b5f77bfa6b7c8765f82ac5f094e0efd5e" dependencies = [ "acr", + "acridotheres-3ds", "chrono", "crc32fast", "dh", "neozip", ] +[[package]] +name = "acridotheres-3ds" +version = "0.1.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "039b0b12eb3db6f87baab9cd9aa806086db4d20edcb51c2e8238a5c15989abb5" +dependencies = [ + "dh", +] + [[package]] name = "acridotheres_cli" version = "0.1.0" diff --git a/Cargo.toml b/Cargo.toml index e65cf09..f599694 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -6,7 +6,7 @@ edition = "2021" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] -acridotheres = "0.4.1" +acridotheres = "0.5.0" byte-unit = { version = "5.1.6", features = ["u128"] } clap = { version = "4.5.21", features = ["derive"] } dh = "0.8.0"