From a7191da11bf594eb528df8be93c4f35d0d28e7f0 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 7 May 2024 23:53:50 +0000 Subject: [PATCH] Update dependency web_socket_channel to v3 --- pubspec.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pubspec.yaml b/pubspec.yaml index 9bab29f..38d613e 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -19,7 +19,7 @@ dependencies: jwt_decoder: ^2.0.1 meta: ^1.3.0 protobuf: ^2.0.0 - web_socket_channel: ^2.1.0 + web_socket_channel: ^3.0.0 # # dev_dependencies: