From 4dacc96cf71cfb6cbbc3749e79558a2e4bd6d91a Mon Sep 17 00:00:00 2001 From: Tobias Kammerer Date: Sat, 13 Jan 2024 11:41:10 +0100 Subject: [PATCH] relaxed version of web_socket_channel again --- pubspec.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pubspec.yaml b/pubspec.yaml index 13edb25..de1017a 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,14 +1,14 @@ name: stomp_dart_client homepage: https://github.com/blackhorse-one/stomp_dart -version: 1.0.1 +version: 1.0.3 description: Dart STOMP client for easy messaging interoperability. Build with flutter in mind, but should work for every dart application. environment: sdk: ">=2.12.0 <4.0.0" dependencies: - web_socket_channel: 2.4.0 + web_socket_channel: ^2.4.0 dev_dependencies: - test: ^1.23.1 + test: ^1.25.0 lints: ^3.0.0 stream_channel: ^2.1.1