From 52f9cef650142080ad255034656d09992c7d7c90 Mon Sep 17 00:00:00 2001 From: Brendan Duncan Date: Thu, 12 Dec 2024 09:09:46 -0700 Subject: [PATCH] upgrade to archive 4.0 --- pubspec.yaml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/pubspec.yaml b/pubspec.yaml index 393b6349..a9538c98 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,5 +1,5 @@ name: image -version: 4.3.1 +version: 4.4.0 description: >- Dart Image Library provides server and web apps the ability to load, manipulate, and save images with various image file formats. @@ -10,14 +10,13 @@ environment: sdk: '>=2.15.0 <4.0.0' dependencies: - archive: ^3.6.1 + archive: ^4.0.1 meta: ^1.3.0 xml: ^6.0.1 dev_dependencies: build_runner: ^2.1.5 build_test: ^2.1.4 - build_web_compilers: ^4.0.5 http: ^1.1.0 lints: ^2.0.1 test: ^1.16.0