Merge pull request #1442 from GetStream/chore/updateRateLimiter

chore(llc): update rate_limiter to ^1.0.0
This commit is contained in:
Rafal Adasiewicz
2023-01-26 13:22:12 +01:00
committed by GitHub
2 changed files with 8 additions and 2 deletions
+6
View File
@@ -1,3 +1,9 @@
## Upcoming
🔄 Changed
- Updated `rate_limiter` dependency to `^1.0.0`
## 5.2.0
✅ Added
+2 -2
View File
@@ -20,7 +20,7 @@ dependencies:
logging: ^1.0.1
meta: ^1.3.0
mime: ^1.0.0
rate_limiter: ^0.1.1
rate_limiter: ^1.0.0
rxdart: ^0.27.0
uuid: ^3.0.4
web_socket_channel: ^2.0.0
@@ -31,4 +31,4 @@ dev_dependencies:
freezed: ^2.0.3
json_serializable: ^6.2.0
mocktail: ^0.3.0
test: ^1.17.12
test: ^1.17.12