diff --git a/example/dart_package/pubspec.yaml b/example/dart_package/pubspec.yaml index e1a4532..3a7b6e1 100644 --- a/example/dart_package/pubspec.yaml +++ b/example/dart_package/pubspec.yaml @@ -8,7 +8,7 @@ environment: dependencies: native_toolchain_rust: ^0.1.0-dev.4 - native_assets_cli: ^0.6.1 + native_assets_cli: ^0.7.2 dev_dependencies: lints: ^3.0.0 diff --git a/example/flutter_package/example/pubspec.lock b/example/flutter_package/example/pubspec.lock index 9717854..cf4a401 100644 --- a/example/flutter_package/example/pubspec.lock +++ b/example/flutter_package/example/pubspec.lock @@ -270,10 +270,10 @@ packages: dependency: transitive description: name: native_assets_cli - sha256: dd11b0b4c7b7477e10c3e40cd9ed4006aec19069cee4cd5f15d81e8076d49ae4 + sha256: "3da9bdd4beb2ed059dae7fd93baa62c5f6c3cdf630bbb88334303dfa92d6da26" url: "https://pub.dev" source: hosted - version: "0.6.1" + version: "0.7.2" native_toolchain_rust: dependency: "direct overridden" description: @@ -440,10 +440,10 @@ packages: dependency: transitive description: name: string_scanner - sha256: "556692adab6cfa87322a115640c11f13cb77b3f076ddcc5d6ae3c20242bedcde" + sha256: "688af5ed3402a4bde5b3a6c15fd768dbf2621a614950b17f04626c431ab3c4c3" url: "https://pub.dev" source: hosted - version: "1.2.0" + version: "1.3.0" term_glyph: dependency: transitive description: @@ -456,26 +456,26 @@ packages: dependency: transitive description: name: test - sha256: "7ee44229615f8f642b68120165ae4c2a75fe77ae2065b1e55ae4711f6cf0899e" + sha256: "713a8789d62f3233c46b4a90b174737b2c04cb6ae4500f2aa8b1be8f03f5e67f" url: "https://pub.dev" source: hosted - version: "1.25.7" + version: "1.25.8" test_api: dependency: transitive description: name: test_api - sha256: "5b8a98dafc4d5c4c9c72d8b31ab2b23fc13422348d2997120294d3bac86b4ddb" + sha256: "664d3a9a64782fcdeb83ce9c6b39e78fd2971d4e37827b9b06c3aa1edc5e760c" url: "https://pub.dev" source: hosted - version: "0.7.2" + version: "0.7.3" test_core: dependency: transitive description: name: test_core - sha256: "55ea5a652e38a1dfb32943a7973f3681a60f872f8c3a05a14664ad54ef9c6696" + sha256: "12391302411737c176b0b5d6491f466b0dd56d4763e347b6714efbaa74d7953d" url: "https://pub.dev" source: hosted - version: "0.6.4" + version: "0.6.5" toml: dependency: transitive description: diff --git a/example/flutter_package/pubspec.yaml b/example/flutter_package/pubspec.yaml index eac6bd3..dfb6095 100644 --- a/example/flutter_package/pubspec.yaml +++ b/example/flutter_package/pubspec.yaml @@ -11,7 +11,7 @@ dependencies: flutter: sdk: flutter native_toolchain_rust: ^0.1.0-dev.4 - native_assets_cli: ^0.6.1 + native_assets_cli: ^0.7.2 dev_dependencies: flutter_test: diff --git a/native_doctor/pubspec.lock b/native_doctor/pubspec.lock index 693c6d9..72da8e9 100644 --- a/native_doctor/pubspec.lock +++ b/native_doctor/pubspec.lock @@ -205,10 +205,10 @@ packages: dependency: "direct main" description: name: native_assets_cli - sha256: dd11b0b4c7b7477e10c3e40cd9ed4006aec19069cee4cd5f15d81e8076d49ae4 + sha256: "3da9bdd4beb2ed059dae7fd93baa62c5f6c3cdf630bbb88334303dfa92d6da26" url: "https://pub.dev" source: hosted - version: "0.6.1" + version: "0.7.2" native_toolchain_rust_common: dependency: "direct main" description: diff --git a/native_doctor/pubspec.yaml b/native_doctor/pubspec.yaml index bd9e4c0..da703b3 100644 --- a/native_doctor/pubspec.yaml +++ b/native_doctor/pubspec.yaml @@ -18,7 +18,7 @@ dependencies: pub_semver: ^2.1.4 yaml: ^3.1.2 pubspec_parse: ^1.2.3 - native_assets_cli: ^0.6.1 + native_assets_cli: ^0.7.2 collection: ^1.18.0 logging: ^1.2.0 path: ^1.9.0 diff --git a/native_toolchain_rust/pubspec.lock b/native_toolchain_rust/pubspec.lock index d72b883..2428aa5 100644 --- a/native_toolchain_rust/pubspec.lock +++ b/native_toolchain_rust/pubspec.lock @@ -189,10 +189,10 @@ packages: dependency: "direct main" description: name: native_assets_cli - sha256: dd11b0b4c7b7477e10c3e40cd9ed4006aec19069cee4cd5f15d81e8076d49ae4 + sha256: "3da9bdd4beb2ed059dae7fd93baa62c5f6c3cdf630bbb88334303dfa92d6da26" url: "https://pub.dev" source: hosted - version: "0.6.1" + version: "0.7.2" native_toolchain_rust_common: dependency: "direct main" description: diff --git a/native_toolchain_rust/pubspec.yaml b/native_toolchain_rust/pubspec.yaml index 35d752e..7e051a1 100644 --- a/native_toolchain_rust/pubspec.yaml +++ b/native_toolchain_rust/pubspec.yaml @@ -10,7 +10,7 @@ dependencies: native_toolchain_rust_common: ^0.1.0-dev.3 collection: ^1.18.0 logging: ^1.2.0 - native_assets_cli: ^0.6.1 + native_assets_cli: ^0.7.2 path: ^1.9.0 process: ^5.0.2 pub_semver: ^2.1.4 diff --git a/rustup/pubspec.yaml b/rustup/pubspec.yaml index 799a73d..e54eacb 100644 --- a/rustup/pubspec.yaml +++ b/rustup/pubspec.yaml @@ -10,7 +10,7 @@ dependencies: native_toolchain_rust_common: ^0.1.0-dev.3 process: ^5.0.2 pub_semver: ^2.1.4 - native_assets_cli: ^0.6.1 + native_assets_cli: ^0.7.2 http: ^1.2.1 logging: ^1.2.0 path: ^1.9.0