From d2289cd01f638e2bc41555f5f11df1206bf35482 Mon Sep 17 00:00:00 2001 From: Tobe O Date: Wed, 16 Oct 2019 22:39:35 -0400 Subject: [PATCH] Update pubspec --- pubspec.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pubspec.yaml b/pubspec.yaml index ccd26b08..6f9977d7 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,19 +1,19 @@ name: angel_security version: 2.0.0-alpha -description: Angel infrastructure for improving security by patching common holes. +description: Angel infrastructure for improving security, rate limiting, and more. author: Tobe O homepage: https://github.com/angel-dart/security environment: sdk: ">=2.0.0-dev <3.0.0" dependencies: angel_framework: ^2.0.0 + crypto: ^2.0.0 dev_dependencies: angel_auth: ^2.0.0 angel_production: ^1.0.0 angel_redis: ^1.0.0 angel_test: ^2.0.0 angel_validate: ^2.0.0 - crypto: ^2.0.0 pedantic: ^1.0.0 pretty_logging: ^1.0.0 test: ^1.0.0