Skip to content

Commit

Permalink
1.0.18
Browse files Browse the repository at this point in the history
  • Loading branch information
redDwarf03 committed Jun 16, 2022
1 parent f331438 commit 5914344
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
6 changes: 3 additions & 3 deletions pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -659,21 +659,21 @@ packages:
name: test
url: "https://pub.dartlang.org"
source: hosted
version: "1.21.1"
version: "1.21.2"
test_api:
dependency: transitive
description:
name: test_api
url: "https://pub.dartlang.org"
source: hosted
version: "0.4.9"
version: "0.4.10"
test_core:
dependency: transitive
description:
name: test_core
url: "https://pub.dartlang.org"
source: hosted
version: "0.4.13"
version: "0.4.14"
tint:
dependency: transitive
description:
Expand Down
8 changes: 4 additions & 4 deletions pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -43,11 +43,11 @@ dependencies:
# JWK (JSON Web Key) encoding and decoding
jwk: ^0.1.1

# The Dart implementation of the PyNaCl APIs with the TweetNaCl cryptographic library
pinenacl: ^0.3.4

# PhoenixSocket provides a feature-complete implementation of Phoenix Sockets, using a single API based on StreamChannels compatible with any deployment of Flutter.
phoenix_socket: ^0.5.3

# The Dart implementation of the PyNaCl APIs with the TweetNaCl cryptographic library
pinenacl: ^0.3.4

# A Dart library implementing cryptographic algorithms and primitives, modeled on the BouncyCastle library
pointycastle: ^3.6.0
Expand All @@ -62,4 +62,4 @@ dev_dependencies:
flutter_lints: ^2.0.1
# Automatically organize your dart imports
import_sorter: ^4.6.0
test: ^1.21.1
test: ^1.21.2

0 comments on commit 5914344

Please sign in to comment.