From e7a001364549861ae8c0ba5236b56c84fc872289 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 25 Jun 2023 16:36:14 +0000 Subject: [PATCH] chore(deps): update animated_toggle_switch to ^0.7.0 --- pubspec.lock | 4 ++-- pubspec.yaml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/pubspec.lock b/pubspec.lock index 7419df8d..f3cb1fd4 100644 --- a/pubspec.lock +++ b/pubspec.lock @@ -29,10 +29,10 @@ packages: dependency: "direct main" description: name: animated_toggle_switch - sha256: "3c6d98dcd53cb93253a9418b888b3fcd9452a55fe1a7a390bd48c0a410a41634" + sha256: d2c7a477dc2799645089838a9bfebcbfd7f829ea07909cd9dbdae2e857939746 url: "https://pub.dev" source: hosted - version: "0.6.2" + version: "0.7.0" ansicolor: dependency: transitive description: diff --git a/pubspec.yaml b/pubspec.yaml index eaf17f84..521a7e24 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -10,7 +10,7 @@ environment: flutter: '3.10.0' dependencies: - animated_toggle_switch: ^0.6.2 + animated_toggle_switch: ^0.7.0 bloc_concurrency: ^0.2.0 cupertino_icons: ^1.0.2 equatable: ^2.0.3