diff --git a/pkgs/shelf_static/CHANGELOG.md b/pkgs/shelf_static/CHANGELOG.md index 7713e43..f721746 100644 --- a/pkgs/shelf_static/CHANGELOG.md +++ b/pkgs/shelf_static/CHANGELOG.md @@ -1,6 +1,7 @@ ## 1.1.3-wip * Require Dart `^3.3.0`. +* Update `package:mime` constraint to `>=1.0.0 <3.0.0`. ## 1.1.2 diff --git a/pkgs/shelf_static/pubspec.yaml b/pkgs/shelf_static/pubspec.yaml index 4c3a672..69ede8a 100644 --- a/pkgs/shelf_static/pubspec.yaml +++ b/pkgs/shelf_static/pubspec.yaml @@ -13,7 +13,7 @@ environment: dependencies: convert: ^3.0.0 http_parser: ^4.0.0 - mime: ^1.0.0 + mime: '>=1.0.0 <3.0.0' path: ^1.8.0 # shelf version that allows correctly setting content-length w/ HEAD shelf: ^1.1.2