From 643c47e5ffbcd4064e1bab2f022b350b9585a0ac Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 22 Mar 2023 00:49:55 +0000 Subject: [PATCH] Bump dio from 4.0.6 to 5.0.3 in /example Bumps [dio](https://github.com/cfug/dio) from 4.0.6 to 5.0.3. - [Release notes](https://github.com/cfug/dio/releases) - [Commits](https://github.com/cfug/dio/commits/dio_v5.0.3) --- updated-dependencies: - dependency-name: dio dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- example/pubspec.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/example/pubspec.yaml b/example/pubspec.yaml index aefbc5aa..cff57254 100644 --- a/example/pubspec.yaml +++ b/example/pubspec.yaml @@ -13,7 +13,7 @@ dependencies: flutter_neumorphic: ^3.1.0 rxdart: ^0.27.0 # for local file test - dio: ^4.0.0-beta7 + dio: ^5.0.3 path_provider: ^2.0.1 http: ^0.13.0 provider: ^5.0.0