From c5535588a93f9884f417f9cd70f870520b055211 Mon Sep 17 00:00:00 2001 From: Vishesh Handa Date: Tue, 6 Apr 2021 09:54:14 +0200 Subject: [PATCH] Bump yaml_serializer Trying to update all the deps for null-safety --- pubspec.lock | 2 +- pubspec.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pubspec.lock b/pubspec.lock index 86c8f269..9136be39 100644 --- a/pubspec.lock +++ b/pubspec.lock @@ -1186,7 +1186,7 @@ packages: name: yaml_serializer url: "https://pub.dartlang.org" source: hosted - version: "0.0.10" + version: "0.0.11" sdks: dart: ">=2.12.0 <3.0.0" flutter: ">=2.0.3" diff --git a/pubspec.yaml b/pubspec.yaml index 5683d99e..87fff257 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -75,7 +75,7 @@ dependencies: url_launcher: ^6.0.2 uuid: ^3.0.2 yaml: ^3.1.0 - yaml_serializer: ^0.0.9 + yaml_serializer: ^0.0.11 dev_dependencies: #flutter_driver: