Skip to content

Commit

Permalink
Support http lib v1.0.0 (#1475)
Browse files Browse the repository at this point in the history
  • Loading branch information
marandaneto committed May 23, 2023
1 parent d883d62 commit 6aab859
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

## Unreleased

### Features

- Support `http` >= 1.0.0 ([#1475](https://github.com/getsentry/sentry-dart/pull/1475))

### Dependencies

- Bump Android SDK from v6.18.1 to v6.19.0 ([#1455](https://github.com/getsentry/sentry-dart/pull/1455))
Expand Down
2 changes: 1 addition & 1 deletion dart/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ environment:
sdk: '>=2.17.0 <4.0.0'

dependencies:
http: ^0.13.0
http: '>=0.13.0 <2.0.0'
meta: ^1.3.0
stack_trace: ^1.10.0
uuid: ^3.0.0
Expand Down

0 comments on commit 6aab859

Please sign in to comment.