From 9de359a6cb6080db9684d4d4cb13e2668d454a9d Mon Sep 17 00:00:00 2001 From: Herbert Poul Date: Tue, 25 Aug 2020 13:02:36 +0200 Subject: [PATCH] update argon2_ffi_base dependency. --- example/pubspec.lock | 54 ++++++++++++++++++++++---------------------- pubspec.yaml | 2 +- 2 files changed, 28 insertions(+), 28 deletions(-) diff --git a/example/pubspec.lock b/example/pubspec.lock index 3048441..0b35e9e 100644 --- a/example/pubspec.lock +++ b/example/pubspec.lock @@ -14,21 +14,21 @@ packages: name: argon2_ffi_base url: "https://pub.dartlang.org" source: hosted - version: "0.1.4+2" + version: "0.1.4+3" args: dependency: transitive description: name: args url: "https://pub.dartlang.org" source: hosted - version: "1.5.2" + version: "1.6.0" charcode: dependency: transitive description: name: charcode url: "https://pub.dartlang.org" source: hosted - version: "1.1.2" + version: "1.1.3" clock: dependency: transitive description: @@ -42,7 +42,7 @@ packages: name: collection url: "https://pub.dartlang.org" source: hosted - version: "1.14.12" + version: "1.14.13" convert: dependency: transitive description: @@ -50,20 +50,13 @@ packages: url: "https://pub.dartlang.org" source: hosted version: "2.1.1" - cookie_jar: - dependency: transitive - description: - name: cookie_jar - url: "https://pub.dartlang.org" - source: hosted - version: "1.0.1" crypto: dependency: transitive description: name: crypto url: "https://pub.dartlang.org" source: hosted - version: "2.1.4" + version: "2.1.5" cryptography: dependency: transitive description: @@ -77,7 +70,7 @@ packages: name: dio url: "https://pub.dartlang.org" source: hosted - version: "2.1.16" + version: "3.0.10" ffi: dependency: transitive description: @@ -85,20 +78,27 @@ packages: url: "https://pub.dartlang.org" source: hosted version: "0.1.3" + http_parser: + dependency: transitive + description: + name: http_parser + url: "https://pub.dartlang.org" + source: hosted + version: "3.1.4" intl: dependency: transitive description: name: intl url: "https://pub.dartlang.org" source: hosted - version: "0.16.0" + version: "0.16.1" io: dependency: transitive description: name: io url: "https://pub.dartlang.org" source: hosted - version: "0.3.3" + version: "0.3.4" isolate: dependency: transitive description: @@ -126,42 +126,42 @@ packages: name: logging_appenders url: "https://pub.dartlang.org" source: hosted - version: "0.2.2" + version: "0.4.2+5" matcher: dependency: transitive description: name: matcher url: "https://pub.dartlang.org" source: hosted - version: "0.12.6" + version: "0.12.9" meta: dependency: transitive description: name: meta url: "https://pub.dartlang.org" source: hosted - version: "1.1.8" + version: "1.2.2" path: dependency: transitive description: name: path url: "https://pub.dartlang.org" source: hosted - version: "1.6.4" + version: "1.7.0" petitparser: dependency: transitive description: name: petitparser url: "https://pub.dartlang.org" source: hosted - version: "3.0.0" + version: "3.1.0" pointycastle: dependency: transitive description: name: pointycastle url: "https://pub.dartlang.org" source: hosted - version: "1.0.1" + version: "1.0.2" prompts: dependency: transitive description: @@ -182,21 +182,21 @@ packages: name: rxdart url: "https://pub.dartlang.org" source: hosted - version: "0.22.2" + version: "0.24.1" source_span: dependency: transitive description: name: source_span url: "https://pub.dartlang.org" source: hosted - version: "1.5.5" + version: "1.7.0" stack_trace: dependency: transitive description: name: stack_trace url: "https://pub.dartlang.org" source: hosted - version: "1.9.3" + version: "1.9.5" string_scanner: dependency: transitive description: @@ -217,20 +217,20 @@ packages: name: typed_data url: "https://pub.dartlang.org" source: hosted - version: "1.1.6" + version: "1.2.0" uuid: dependency: transitive description: name: uuid url: "https://pub.dartlang.org" source: hosted - version: "2.0.2" + version: "2.2.0" xml: dependency: transitive description: name: xml url: "https://pub.dartlang.org" source: hosted - version: "4.2.0" + version: "4.4.1" sdks: dart: ">=2.8.0 <3.0.0" diff --git a/pubspec.yaml b/pubspec.yaml index 92383b7..1be08f9 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+2 <1.0.0' + argon2_ffi_base: '>=0.1.4+4 <1.0.0' dev_dependencies: pedantic: '>=1.7.0 <2.0.0'