From 21766a47a40ec805355016e14f4c335d10daa228 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 3 Jul 2024 12:54:04 +0000 Subject: [PATCH] chore(deps): bump rxdart from 0.27.7 to 0.28.0 in /packages/stream_chat Bumps [rxdart](https://github.com/ReactiveX/rxdart) from 0.27.7 to 0.28.0. - [Release notes](https://github.com/ReactiveX/rxdart/releases) - [Commits](https://github.com/ReactiveX/rxdart/compare/0.27.7...0.28.0) --- updated-dependencies: - dependency-name: rxdart dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- packages/stream_chat/pubspec.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/stream_chat/pubspec.yaml b/packages/stream_chat/pubspec.yaml index a5ed39834..1e2634f45 100644 --- a/packages/stream_chat/pubspec.yaml +++ b/packages/stream_chat/pubspec.yaml @@ -21,7 +21,7 @@ dependencies: meta: ^1.9.1 mime: ^1.0.5 rate_limiter: ^1.0.0 - rxdart: ^0.27.7 + rxdart: ">=0.27.7 <0.29.0" synchronized: ^3.1.0+1 uuid: ^4.4.0 web_socket_channel: ^2.4.5