From 297c9099940c4e6a978ec3703135cba0faa7fc6a Mon Sep 17 00:00:00 2001 From: Marcus Johansson Date: Sat, 25 Jun 2022 21:44:31 +0200 Subject: [PATCH] upgraded xml dependency --- pubspec.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pubspec.yaml b/pubspec.yaml index a094f2e..810cf8d 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -5,7 +5,7 @@ homepage: https://github.com/witochandra/webfeed environment: sdk: '>=2.12.0 <3.0.0' dependencies: - xml: "^5.0.2" + xml: ^6.1.0 intl: "^0.17.0" dev_dependencies: test: ^1.3.0