Skip to content

Commit

Permalink
Downgrade http_parser dep to 4.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Muhammad Essam committed Nov 14, 2024
1 parent 5eacc6f commit 046cc62
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 1 deletion.
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ environment:

dependencies:
dio: ^5.7.0
http_parser: ^4.1.0
http_parser: ^4.0.2
path: ^1.9.0

dev_dependencies:
Expand Down
2 changes: 2 additions & 0 deletions test/disable_retry_test.dart
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
@TestOn('vm')
library;

import 'package:dio/dio.dart';
import 'package:dio_smart_retry/dio_smart_retry.dart';
import 'package:test/test.dart';
Expand Down
2 changes: 2 additions & 0 deletions test/multipart_retry_tests.dart
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
@TestOn('vm')
library;

import 'package:dio/dio.dart';
import 'package:dio_smart_retry/dio_smart_retry.dart';
import 'package:test/test.dart';
Expand Down
2 changes: 2 additions & 0 deletions test/override_retryable_statuses_test.dart
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
@TestOn('vm')
library;

import 'package:dio/dio.dart';
import 'package:dio_smart_retry/dio_smart_retry.dart';
import 'package:test/test.dart';
Expand Down
2 changes: 2 additions & 0 deletions test/test_issue_2.dart
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
// https://github.com/rodion-m/dio_smart_retry/issues/2
@TestOn('vm')
library;


import 'package:dio/dio.dart';
import 'package:dio_smart_retry/dio_smart_retry.dart';
Expand Down

0 comments on commit 046cc62

Please sign in to comment.