From dfb3c5d20df35763b0a6dce8d914b2d53a869cc6 Mon Sep 17 00:00:00 2001 From: Vishesh Handa Date: Sun, 11 Oct 2020 00:25:53 +0200 Subject: [PATCH] Bump yaml serializer --- pubspec.lock | 2 +- pubspec.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pubspec.lock b/pubspec.lock index 63567b21..45d721d1 100644 --- a/pubspec.lock +++ b/pubspec.lock @@ -1152,7 +1152,7 @@ packages: name: yaml_serializer url: "https://pub.dartlang.org" source: hosted - version: "0.0.8" + version: "0.0.9" sdks: dart: ">=2.10.0-110 <2.11.0" flutter: ">=1.17.0 <2.0.0" diff --git a/pubspec.yaml b/pubspec.yaml index a2d34f2b..d2710fa2 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -33,7 +33,7 @@ dependencies: dart_git: git: https://github.com/GitJournal/dart_git.git #path: /Users/vishesh/src/gitjournal/dart_git - yaml_serializer: ^0.0.8 + yaml_serializer: ^0.0.9 connectivity: ^0.4.6+1 flutter_emoji: ">= 2.0.0" git_url_parse2: ^0.0.1