diff --git a/pubspec.lock b/pubspec.lock index 5754b2ab..4d5d4324 100644 --- a/pubspec.lock +++ b/pubspec.lock @@ -50,7 +50,7 @@ packages: source: hosted version: "1.0.3" archive: - dependency: transitive + dependency: "direct main" description: name: archive sha256: ace891da0862b0e4cabbb064ee3fd87b2728b898949fdb366d83fe98342c9f19 @@ -338,7 +338,7 @@ packages: source: hosted version: "0.3.5+5" crypto: - dependency: transitive + dependency: "direct main" description: name: crypto sha256: c8ea0233063ba03258fbcf2ca4d6dadfefe14f02fab57702265467a19f27fadf diff --git a/pubspec.yaml b/pubspec.yaml index cb2ff665..156a0305 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -31,6 +31,10 @@ dependencies: # HTTP & Network http: ^1.6.0 connectivity_plus: ^7.3.1 + crypto: ^3.0.7 + + # Streaming backup archives + archive: ^4.2.0 # UI Components cached_network_image: ^4.0.0