diff --git a/Cargo.lock b/Cargo.lock index 97632a2..3c6022b 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -4,9 +4,9 @@ version = 4 [[package]] name = "aes" -version = "0.9.1" +version = "0.9.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f1fc76eaeac4c9164506c466d4ffdd8ec9d0c5bf57ee97177c4d8eceb3a0e138" +checksum = "f8eb277bec05f56a0e0591f155a484cbd0f4f07ff2905051a48c72f004f7ed58" dependencies = [ "cipher", "cpubits", diff --git a/Cargo.toml b/Cargo.toml index 4f874f4..37e70d5 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -14,7 +14,7 @@ homepage = "https://github.com/robinhundt/CryProt" repository = "https://github.com/robinhundt/CryProt" [workspace.dependencies] -aes = "=0.9.1" +aes = "=0.9.2" anyhow = "1.0.102" bincode = "1.3.3" bitvec = "1.0.1"