Browse Source

update argon2_ffi_base dependency.

pull/3/head
Herbert Poul 4 years ago
parent
commit
9de359a6cb
  1. 54
      example/pubspec.lock
  2. 2
      pubspec.yaml

54
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"

2
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'

Loading…
Cancel
Save