diff --git a/examples/dart_only/pubspec.yaml b/examples/dart_only/pubspec.yaml index 9fc948a..10a60fe 100644 --- a/examples/dart_only/pubspec.yaml +++ b/examples/dart_only/pubspec.yaml @@ -6,9 +6,9 @@ environment: sdk: ^3.9.0 dependencies: - hooks: ^1.0.3 + hooks: ^2.0.0 native_toolchain_rust: ^1.0.4 dev_dependencies: ffigen: ^20.1.0 - test: ^1.29.0 + test: ^1.31.0 diff --git a/examples/flutter/pubspec.yaml b/examples/flutter/pubspec.yaml index cb04c55..410c789 100644 --- a/examples/flutter/pubspec.yaml +++ b/examples/flutter/pubspec.yaml @@ -8,7 +8,7 @@ environment: dependencies: flutter: sdk: flutter - hooks: ^1.0.3 + hooks: ^2.0.0 native_toolchain_rust: ^1.0.4 dev_dependencies: diff --git a/native_toolchain_rust/pubspec.yaml b/native_toolchain_rust/pubspec.yaml index 939c161..f899b5b 100644 --- a/native_toolchain_rust/pubspec.yaml +++ b/native_toolchain_rust/pubspec.yaml @@ -12,13 +12,13 @@ environment: sdk: ^3.9.0 dependencies: - code_assets: ^1.0.0 - hooks: ^1.0.3 + code_assets: ^1.1.0 + hooks: ^2.0.0 logging: ^1.3.0 - meta: ^1.16.0 + meta: ^1.18.0 path: ^1.9.1 toml: ^0.18.0 dev_dependencies: mocktail: ^1.0.5 - test: ^1.29.0 + test: ^1.31.0 diff --git a/pubspec.lock b/pubspec.lock index 50fc615..febef81 100644 --- a/pubspec.lock +++ b/pubspec.lock @@ -109,10 +109,10 @@ packages: dependency: transitive description: name: code_assets - sha256: "83ccdaa064c980b5596c35dd64a8d3ecc68620174ab9b90b6343b753aa721687" + sha256: dad6bf6b9f4f378b0a69edbf42584d336efd1a9ce15deb1ba591cbb1b5ff440f url: "https://pub.dev" source: hosted - version: "1.0.0" + version: "1.1.0" collection: dependency: transitive description: @@ -241,10 +241,10 @@ packages: dependency: transitive description: name: hooks - sha256: "025f060e86d2d4c3c47b56e33caf7f93bf9283340f26d23424ebcfccf34f621e" + sha256: a41af4e8fc687cd6d33de9751eb936c8c0204ebe2bcb6c15ecf707504bf47f31 url: "https://pub.dev" source: hosted - version: "1.0.3" + version: "2.0.0" http: dependency: transitive description: @@ -350,10 +350,10 @@ packages: dependency: transitive description: name: meta - sha256: "23f08335362185a5ea2ad3a4e597f1375e78bce8a040df5c600c8d3552ef2394" + sha256: "1741988757a65eb6b36abe716829688cf01910bbf91c34354ff7ec1c3de2b349" url: "https://pub.dev" source: hosted - version: "1.17.0" + version: "1.18.0" mime: dependency: transitive description: @@ -587,26 +587,26 @@ packages: dependency: transitive description: name: test - sha256: "280d6d890011ca966ad08df7e8a4ddfab0fb3aa49f96ed6de56e3521347a9ae7" + sha256: "8d9ceddbab833f180fbefed08afa76d7c03513dfdba87ffcec2718b02bbcbf20" url: "https://pub.dev" source: hosted - version: "1.30.0" + version: "1.31.0" test_api: dependency: transitive description: name: test_api - sha256: "8161c84903fd860b26bfdefb7963b3f0b68fee7adea0f59ef805ecca346f0c7a" + sha256: "949a932224383300f01be9221c39180316445ecb8e7547f70a41a35bf421fb9e" url: "https://pub.dev" source: hosted - version: "0.7.10" + version: "0.7.11" test_core: dependency: transitive description: name: test_core - sha256: "0381bd1585d1a924763c308100f2138205252fb90c9d4eeaf28489ee65ccde51" + sha256: "1991d4cfe85d5043241acac92962c3977c8d2f2add1ee73130c7b286417d1d34" url: "https://pub.dev" source: hosted - version: "0.6.16" + version: "0.6.17" toml: dependency: transitive description: