From 84331f1de66fa846816c3c3a7fde6c69bd57e971 Mon Sep 17 00:00:00 2001 From: Achilleas Anagnostopoulos Date: Thu, 3 Nov 2022 21:01:48 +0000 Subject: [PATCH] Update pubspec.yaml in preparation of 0.2.2 release --- pubspec.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/pubspec.yaml b/pubspec.yaml index 4e131bc..ecd1e43 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -6,6 +6,7 @@ homepage: https://github.com/achilleasa/dart_amqp environment: sdk: ">=2.12.0 <3.0.0" dependencies: + async: ^2.10.0 logging: ^1.0.1 dev_dependencies: test: ^1.17.5 @@ -13,3 +14,5 @@ dev_dependencies: http: ^0.13.3 xml: ^5.1.1 lints: ^1.0.1 +false_secrets: + - test/lib/mocks/certs/*.pem