Skip to content

Commit

Permalink
Update uuid (#1647)
Browse files Browse the repository at this point in the history
Co-authored-by: Ivan Dlugos <[email protected]>
  • Loading branch information
ueman and vaind authored Sep 19, 2023
1 parent 7f75f32 commit da14c18
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Changelog

## Unreleased

### Dependencies

- Enable compatibility with uuid v4 ([#1647](https://github.com/getsentry/sentry-dart/pull/1647))

## 7.10.1

### Enhancements
Expand Down
2 changes: 1 addition & 1 deletion dart/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ dependencies:
http: '>=0.13.0 <2.0.0'
meta: ^1.3.0
stack_trace: ^1.10.0
uuid: ^3.0.0
uuid: '>=3.0.0 <5.0.0'

dev_dependencies:
mockito: ^5.1.0
Expand Down

0 comments on commit da14c18

Please sign in to comment.