From 843a5e0d8c6c48c18cd2876c81c4f5724b1ee8f4 Mon Sep 17 00:00:00 2001 From: Herbert Poul Date: Mon, 13 Jul 2020 13:37:17 +0200 Subject: [PATCH] updated dependency on argon2_ffi_base --- example/pubspec.lock | 29 ++++++++++++++++++----------- example/pubspec.yaml | 1 + pubspec.yaml | 2 +- 3 files changed, 20 insertions(+), 12 deletions(-) diff --git a/example/pubspec.lock b/example/pubspec.lock index 68365ed..f56fca2 100644 --- a/example/pubspec.lock +++ b/example/pubspec.lock @@ -9,19 +9,19 @@ packages: source: path version: "0.0.1" argon2_ffi_base: - dependency: transitive + dependency: "direct main" description: name: argon2_ffi_base url: "https://pub.dartlang.org" source: hosted - version: "0.0.1" + version: "0.1.0+1" async: dependency: transitive description: name: async url: "https://pub.dartlang.org" source: hosted - version: "2.4.1" + version: "2.4.2" boolean_selector: dependency: transitive description: @@ -29,6 +29,13 @@ packages: url: "https://pub.dartlang.org" source: hosted version: "2.0.0" + characters: + dependency: transitive + description: + name: characters + url: "https://pub.dartlang.org" + source: hosted + version: "1.1.0-nullsafety" charcode: dependency: transitive description: @@ -49,7 +56,7 @@ packages: name: collection url: "https://pub.dartlang.org" source: hosted - version: "1.14.12" + version: "1.15.0-nullsafety" fake_async: dependency: transitive description: @@ -87,14 +94,14 @@ packages: name: matcher url: "https://pub.dartlang.org" source: hosted - version: "0.12.6" + version: "0.12.8" meta: dependency: transitive description: name: meta url: "https://pub.dartlang.org" source: hosted - version: "1.1.8" + version: "1.3.0-nullsafety" path: dependency: transitive description: @@ -120,7 +127,7 @@ packages: name: stack_trace url: "https://pub.dartlang.org" source: hosted - version: "1.9.3" + version: "1.9.5" stream_channel: dependency: transitive description: @@ -148,20 +155,20 @@ packages: name: test_api url: "https://pub.dartlang.org" source: hosted - version: "0.2.15" + version: "0.2.17" typed_data: dependency: transitive description: name: typed_data url: "https://pub.dartlang.org" source: hosted - version: "1.1.6" + version: "1.3.0-nullsafety" vector_math: dependency: transitive description: name: vector_math url: "https://pub.dartlang.org" source: hosted - version: "2.0.8" + version: "2.1.0-nullsafety" sdks: - dart: ">=2.7.0 <3.0.0" + dart: ">=2.9.0-18.0 <2.9.0" diff --git a/example/pubspec.yaml b/example/pubspec.yaml index 062cc79..c20255f 100644 --- a/example/pubspec.yaml +++ b/example/pubspec.yaml @@ -8,6 +8,7 @@ environment: dependencies: flutter: sdk: flutter + argon2_ffi_base: '>=0.0.1 <1.0.0' dev_dependencies: flutter_test: diff --git a/pubspec.yaml b/pubspec.yaml index 639a04a..a3ea317 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -8,7 +8,7 @@ environment: dependencies: flutter: sdk: flutter - argon2_ffi_base: '>=0.0.1 <1.0.0' + argon2_ffi_base: '>=0.1.0+1 <1.0.0' dev_dependencies: