From cf617da360ad71acadff183cf075772693243f6b Mon Sep 17 00:00:00 2001 From: Herbert Poul Date: Tue, 18 Aug 2020 16:28:35 +0200 Subject: [PATCH] require xml 4.4 --- pubspec.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pubspec.yaml b/pubspec.yaml index e455c53..92383b7 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -14,7 +14,7 @@ dependencies: crypto: '>=2.0.0 <3.0.0' pointycastle: '>=1.0.1 <2.0.0' cryptography: ^0.1.2 - xml: '>=4.2.0 <5.0.0' + xml: '>=4.4.0 <5.0.0' uuid: '>=2.0.0 <3.0.0' meta: '>=1.0.0 <2.0.0' clock: '>=1.0.0 <2.0.0'