diff --git a/Cargo.toml b/Cargo.toml index 4700fe6..0127a0a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -28,7 +28,7 @@ sha2 = "0.9.2" openssl = {version = "0.10.32", optional = true} # pure rust aes -aes-gcm = {version = "0.8.0", optional = true} +aes-gcm = {version = "0.9.0", optional = true} typenum = {version = "1.12.0", optional = true} [target.'cfg(target_arch = "wasm32")'.dependencies]