From fee7fff39f64d03aa07d39adbdf8b10f86e24a4a Mon Sep 17 00:00:00 2001 From: Herbert Poul Date: Tue, 25 Aug 2020 13:32:33 +0200 Subject: [PATCH] update argon2_ffi_base dependency to 0.1.4+5 --- pubspec.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pubspec.yaml b/pubspec.yaml index 1be08f9..6e96e39 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -30,7 +30,7 @@ dependencies: args: '>1.5.0 <2.0.0' prompts: '>=1.3.0 <2.0.0' logging_appenders: '>=0.1.0 <1.0.0' - argon2_ffi_base: '>=0.1.4+4 <1.0.0' + argon2_ffi_base: '>=0.1.4+5 <1.0.0' dev_dependencies: pedantic: '>=1.7.0 <2.0.0'