diff --git a/Cargo.toml b/Cargo.toml index 6c6db0e..e3e8b14 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -19,7 +19,7 @@ rustdoc-args = ["-C", "target-feature=+aes", "-C", "target-cpu=native"] github = { workflow = "CI", repository = "nlopes/arq" } [dependencies] -aes = "0.8" +aes = "0.9" byteorder = "1.4" cbc = "0.1" chrono = "0.4"