From 4e41a5bdbaed0482c7e85ba00b8e84678127a2be Mon Sep 17 00:00:00 2001 From: dragonahao <anhao.zheng@lucahealthcare.com> Date: Tue, 29 Aug 2023 17:56:08 +0800 Subject: [PATCH] =?UTF-8?q?feat=201.=E4=BF=AE=E6=94=B9xml=E7=89=88?= =?UTF-8?q?=E6=9C=AC=E5=88=B06.1.0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pubspec.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pubspec.yaml b/pubspec.yaml index 00c3fb8..059f612 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -5,14 +5,14 @@ homepage: https://github.com/xtyxtyx/minio-dart issue_tracker: https://github.com/xtyxtyx/minio-dart/issues environment: - sdk: ">=2.12.0 <3.0.0" + sdk: ">=2.17.1 <3.0.0" dependencies: meta: ^1.3.0 http: ^0.13.1 crypto: ^3.0.0 convert: ^3.0.0 - xml: ^6.4.2 + xml: ^6.1.0 buffer: ^1.1.0 intl: ^0.17.0 mime: ^1.0.0 -- GitLab