From 0e86a3959aaf0bd850e4aae84cac1b5cb569332d Mon Sep 17 00:00:00 2001
From: xuty <xty50337@hotmail.com>
Date: Tue, 31 Mar 2020 08:27:33 +0800
Subject: [PATCH] update deps

---
 README.md    | 2 +-
 pubspec.yaml | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/README.md b/README.md
index dbf65d2..492b757 100644
--- a/README.md
+++ b/README.md
@@ -52,7 +52,7 @@ void main() async {
     secretKey: 'zuf+tfteSlswRu7BJ86wekitnifILbZam1KYY3TG',
   );
 
-  await minio.fPutObject(bucket, object, 'path/to/file');
+  await minio.fPutObject('mybucket', 'myobject', 'path/to/file');
 }
 ```
 
diff --git a/pubspec.yaml b/pubspec.yaml
index bdb6bd4..b1f1b55 100644
--- a/pubspec.yaml
+++ b/pubspec.yaml
@@ -12,7 +12,7 @@ dependencies:
   http: ^0.12.0+4
   crypto: ^2.1.4
   convert: ^2.1.1
-  xml: ^3.7.0
+  xml: ^4.0.0
   buffer: ^1.0.6
   intl: ^0.16.1
   mime: ^0.9.6+3
-- 
GitLab