diff --git a/pubspec.lock b/pubspec.lock index 457765c..5f65a12 100644 --- a/pubspec.lock +++ b/pubspec.lock @@ -29,10 +29,10 @@ packages: dependency: "direct main" description: name: canteenlib - sha256: "28148d5e0bc833233c99b25e555a868b165d414463f40898215f141cbae51b40" + sha256: fd239309c0eae12a9b43f58ff7db64f6b5b6d8a8c39095d167f6ad033dcb9b76 url: "https://pub.dev" source: hosted - version: "2.0.0" + version: "3.0.0" characters: dependency: transitive description: @@ -89,6 +89,14 @@ packages: url: "https://pub.dev" source: hosted version: "3.0.3" + csslib: + dependency: transitive + description: + name: csslib + sha256: "706b5707578e0c1b4b7550f64078f0a0f19dec3f50a178ffae7006b0a9ca58fb" + url: "https://pub.dev" + source: hosted + version: "1.0.0" dbus: dependency: transitive description: @@ -288,14 +296,22 @@ packages: url: "https://pub.dev" source: hosted version: "8.2.2" + html: + dependency: transitive + description: + name: html + sha256: "3a7812d5bcd2894edf53dfaf8cd640876cf6cef50a8f238745c8b8120ea74d3a" + url: "https://pub.dev" + source: hosted + version: "0.15.4" http: dependency: transitive description: name: http - sha256: "5895291c13fa8a3bd82e76d5627f69e0d85ca6a30dcac95c4ea19a5d555879c2" + sha256: "759d1a329847dd0f39226c688d3e06a6b8679668e350e2891a6474f8b4bb8525" url: "https://pub.dev" source: hosted - version: "0.13.6" + version: "1.1.0" http_parser: dependency: transitive description: diff --git a/pubspec.yaml b/pubspec.yaml index 825dfcd..72186ca 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -12,7 +12,7 @@ environment: sdk: ">=2.18.2 <3.0.0" dependencies: - canteenlib: ^2.0.0 + canteenlib: ^3.0.0 flutter: sdk: flutter flutter_local_notifications: ^12.0.3+1