Skip to content

Commit

Permalink
fix(deps): update dependency http to v1 (#91)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] committed Jan 9, 2024
1 parent ffc3d93 commit 345cd05
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 5 deletions.
2 changes: 1 addition & 1 deletion check_urls/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@ environment:
sdk: '>=2.14.0 <3.0.0'

dependencies:
http: 0.13.5
http: 1.1.2
14 changes: 11 additions & 3 deletions example/pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -37,10 +37,10 @@ packages:
dependency: "direct main"
description:
name: http
sha256: "6aa2946395183537c8b880962d935877325d6a09a2867c3970c05c0fed6ac482"
sha256: d4872660c46d929f6b8a9ef4e7a7eff7e49bbf0c4ec3f385ee32df5119175139
url: "https://pub.dev"
source: hosted
version: "0.13.5"
version: "1.1.2"
http_parser:
dependency: transitive
description:
Expand Down Expand Up @@ -128,5 +128,13 @@ packages:
url: "https://pub.dev"
source: hosted
version: "1.3.1"
web:
dependency: transitive
description:
name: web
sha256: edc8a9573dd8c5a83a183dae1af2b6fd4131377404706ca4e5420474784906fa
url: "https://pub.dev"
source: hosted
version: "0.4.0"
sdks:
dart: ">=2.18.0 <4.0.0"
dart: ">=3.2.0 <4.0.0"
2 changes: 1 addition & 1 deletion example/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ dependencies:
rxdart_ext: any
rxdart: ^0.28.0-dev.0
dart_either: ^1.0.0
http: ^0.13.5
http: ^1.0.0

dev_dependencies:
lints: ^2.0.1
Expand Down

0 comments on commit 345cd05

Please sign in to comment.