From 5f2942ba62668708108f44d415ee0b8de10bd698 Mon Sep 17 00:00:00 2001 From: "Jona T. Feucht" Date: Sat, 5 Sep 2026 10:03:01 +0200 Subject: [PATCH 1/2] Update pubspec.yaml --- pubspec.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pubspec.yaml b/pubspec.yaml index 86816ae..307513d 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -17,8 +17,8 @@ environment: dependencies: code_assets: ^1.0.0 - hooks: ^1.0.0 - native_toolchain_c: ^0.17.4 + hooks: ^2.0.0 + native_toolchain_c: ^0.19.0 ffi: ^2.1.0 crypto: ^3.0.0 archive: ^4.0.0 From 1b03bd3a89f9dd343abe25384f969c49cd31b999 Mon Sep 17 00:00:00 2001 From: "Jona T. Feucht" Date: Sat, 5 Sep 2026 10:11:54 +0200 Subject: [PATCH 2/2] Update pubspec.yaml --- pubspec.yaml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/pubspec.yaml b/pubspec.yaml index 307513d..293c77e 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -16,12 +16,12 @@ environment: sdk: '>=3.10.0 <4.0.0' dependencies: - code_assets: ^1.0.0 - hooks: ^2.0.0 - native_toolchain_c: ^0.19.0 - ffi: ^2.1.0 - crypto: ^3.0.0 - archive: ^4.0.0 + code_assets: ^2.0.0 + hooks: ^2.2.0 + native_toolchain_c: ^0.19.4 + ffi: ^2.2.0 + crypto: ^3.0.7 + archive: ^4.2.0 dev_dependencies: ffigen: any