diff --git a/Cargo.toml b/Cargo.toml index 52a2843..f85e893 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -7,7 +7,7 @@ age = "0.9" aes-gcm = { version = "0.10", features = ["std"] } base64 = "0.21" derive_more = "0.99" -generic-array = "0.14" +generic-array = "1.0" indexmap = "2" indoc = "2" pretty_assertions = "1"