From 3b45129334795d48eaf0d04c72946e3b4d8ef562 Mon Sep 17 00:00:00 2001 From: Leonard Lesinski <84378319+Le0X8@users.noreply.github.com> Date: Sun, 24 Nov 2024 20:42:49 +0100 Subject: [PATCH] chore: Updated core --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 907196a..a3df226 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -18,9 +18,9 @@ dependencies = [ [[package]] name = "acridotheres" -version = "0.6.0" +version = "0.6.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "52deb9dda7874be67b68e701802cb63442a72bec815991b3021377c7f999960e" +checksum = "376991deb34dc23c1ccf00b32a97a89818512d1f06706c153c324658365ef38a" dependencies = [ "acr", "acridotheres-3ds", diff --git a/Cargo.toml b/Cargo.toml index 796c12e..e125e9d 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.6.0" +acridotheres = "0.6.1" byte-unit = { version = "5.1.6", features = ["u128"] } clap = { version = "4.5.21", features = ["derive"] } dh = "0.8.1"