From f90f34d0df938309f286a05d31e75bb387085cd4 Mon Sep 17 00:00:00 2001 From: luwnejie Date: Fri, 7 Jun 2024 15:06:00 +0800 Subject: [PATCH] Upgrade web_socket_channel to 3.0.0 --- pubspec.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pubspec.yaml b/pubspec.yaml index 6616974..5eb657d 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -9,7 +9,7 @@ environment: dependencies: web: ^0.5.0 - web_socket_channel: ^2.4.5 + web_socket_channel: ^3.0.0 dev_dependencies: mocktail: ^1.0.0