From 5ab5dd0865842a35e1fabe133ca0294ae9702bef Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=AD=99=E5=A8=87?= Date: Thu, 7 Mar 2024 15:54:45 +0800 Subject: [PATCH] update dependencies --- pubspec.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pubspec.yaml b/pubspec.yaml index 3588e2f..70697c5 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,15 +1,15 @@ name: geoxml description: Package for loading, manipulating, and saving GPS data in GPX and KML format. -version: 2.5.2 +version: 2.5.3 homepage: https://github.com/sun-jiao/geoxml/ environment: sdk: ">=3.0.0 <4.0.0" dependencies: - collection: ^1.16.0 + collection: ^1.18.0 quiver: '>=3.0.0 <4.0.0' - xml: '^6.3.0' + xml: ^6.5.0 dev_dependencies: lints: ^2.0.0