diff --git a/Cargo.lock b/Cargo.lock index 10bbeb8..434d049 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -14,9 +14,9 @@ dependencies = [ [[package]] name = "aes" -version = "0.8.2" +version = "0.8.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "433cfd6710c9986c576a25ca913c39d66a6474107b406f34f91d4a8923395241" +checksum = "b169f7a6d4742236a0a00c541b845991d0ac43e546831af1249753ab4c3aa3a0" dependencies = [ "cfg-if", "cipher", diff --git a/Cargo.toml b/Cargo.toml index 4a8850d..c3dc3d2 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -14,7 +14,7 @@ sha2 = "0.10.6" aes-gcm = "0.10.1" clap = { version = "4.1.13", features = ["derive"] } ctr = "0.9.2" -aes = "0.8.2" +aes = "0.8.4" k256 = "0.13.0" #ecdsa [target.'cfg(windows)'.dependencies]