From 00b487d3a496fe19706baec16da56eaafee7b80c Mon Sep 17 00:00:00 2001 From: oberbeck <20164654+oberbeck@users.noreply.github.com> Date: Sat, 5 Sep 2020 20:01:01 +0200 Subject: [PATCH] upgrade xml dependency --- pubspec.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pubspec.yaml b/pubspec.yaml index f2989b3..7c74c25 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -5,7 +5,7 @@ homepage: https://github.com/sudame/dart-rss environment: sdk: ">=2.6.0 <3.0.0" dependencies: - xml: ^3.0.0 + xml: ">=3.0.0 <=4.5.0" http: ^0.12.1 meta: ^1.0.0 intl: ^0.16.0