Skip to content

Commit

Permalink
Bump toolchain deps
Browse files Browse the repository at this point in the history
  • Loading branch information
csnewman committed Jan 28, 2024
1 parent 03ba788 commit 91e1267
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 24 deletions.
42 changes: 21 additions & 21 deletions go_native_toolchain/pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -5,18 +5,18 @@ packages:
dependency: transitive
description:
name: _fe_analyzer_shared
sha256: "36a321c3d2cbe01cbcb3540a87b8843846e0206df3e691fa7b23e19e78de6d49"
sha256: "0f7b1783ddb1e4600580b8c00d0ddae5b06ae7f0382bd4fcce5db4df97b618e1"
url: "https://pub.dev"
source: hosted
version: "65.0.0"
version: "66.0.0"
analyzer:
dependency: transitive
description:
name: analyzer
sha256: dfe03b90ec022450e22513b5e5ca1f01c0c01de9c3fba2f7fd233cb57a6b9a07
sha256: "5e8bdcda061d91da6b034d64d8e4026f355bcb8c3e7a0ac2da1523205a91a737"
url: "https://pub.dev"
source: hosted
version: "6.3.0"
version: "6.4.0"
args:
dependency: transitive
description:
Expand Down Expand Up @@ -85,10 +85,10 @@ packages:
dependency: "direct main"
description:
name: ffi
sha256: "7bf0adc28a23d395f19f3f1eb21dd7cfd1dd9f8e1c50051c069122e6853bc878"
sha256: "493f37e7df1804778ff3a53bd691d8692ddf69702cf4c1c1096a2e41b4779e21"
url: "https://pub.dev"
source: hosted
version: "2.1.0"
version: "2.1.2"
file:
dependency: transitive
description:
Expand Down Expand Up @@ -141,10 +141,10 @@ packages:
dependency: transitive
description:
name: js
sha256: f2c445dce49627136094980615a031419f7f3eb393237e4ecd97ac15dea343f3
sha256: "4186c61b32f99e60f011f7160e32c89a758ae9b1d0c6d28e2c02ef0382300e2b"
url: "https://pub.dev"
source: hosted
version: "0.6.7"
version: "0.7.0"
lints:
dependency: "direct dev"
description:
Expand Down Expand Up @@ -181,26 +181,26 @@ packages:
dependency: transitive
description:
name: mime
sha256: e4ff8e8564c03f255408decd16e7899da1733852a9110a58fe6d1b817684a63e
sha256: "2e123074287cc9fd6c09de8336dae606d1ddb88d9ac47358826db698c176a1f2"
url: "https://pub.dev"
source: hosted
version: "1.0.4"
version: "1.0.5"
native_assets_cli:
dependency: "direct main"
description:
name: native_assets_cli
sha256: "3119600043214157fb54f4ef05717a82a7858f35625fe767799c60f3039361c8"
sha256: "4eb8a94601af0acd50f7e75e1ad15c0db0b046b89256ee994776b6a6d49139b7"
url: "https://pub.dev"
source: hosted
version: "0.3.2"
version: "0.4.2"
native_toolchain_c:
dependency: "direct main"
description:
name: native_toolchain_c
sha256: "26579e00aafdbcccdbe0cb095a1d7e32da6210aa6dc35864f58d11a20ca9942e"
sha256: "222673a967d44c56751b3192f494e58ac2aabba6fb9ecb97995d31308211ee9d"
url: "https://pub.dev"
source: hosted
version: "0.3.3"
version: "0.3.4+1"
node_preamble:
dependency: transitive
description:
Expand Down Expand Up @@ -333,10 +333,10 @@ packages:
dependency: "direct dev"
description:
name: test
sha256: "3d028996109ad5c253674c7f347822fb994a087614d6f353e6039704b4661ff2"
sha256: "7ee446762c2c50b3bd4ea96fe13ffac69919352bd3b4b17bac3f3465edc58073"
url: "https://pub.dev"
source: hosted
version: "1.25.0"
version: "1.25.2"
test_api:
dependency: transitive
description:
Expand Down Expand Up @@ -381,18 +381,18 @@ packages:
dependency: transitive
description:
name: web
sha256: edc8a9573dd8c5a83a183dae1af2b6fd4131377404706ca4e5420474784906fa
sha256: "4188706108906f002b3a293509234588823c8c979dc83304e229ff400c996b05"
url: "https://pub.dev"
source: hosted
version: "0.4.0"
version: "0.4.2"
web_socket_channel:
dependency: transitive
description:
name: web_socket_channel
sha256: "045ec2137c27bf1a32e6ffa0e734d532a6677bf9016a0d1a406c54e499ff945b"
sha256: "939ab60734a4f8fa95feacb55804fa278de28bdeef38e616dc08e44a84adea23"
url: "https://pub.dev"
source: hosted
version: "2.4.1"
version: "2.4.3"
webkit_inspection_protocol:
dependency: transitive
description:
Expand All @@ -418,4 +418,4 @@ packages:
source: hosted
version: "2.1.1"
sdks:
dart: ">=3.2.0 <4.0.0"
dart: ">=3.3.0-279.1.beta <4.0.0"
6 changes: 3 additions & 3 deletions go_native_toolchain/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: go_native_toolchain
description: A library to invoke the native Go compiler installed on the host machine.
version: 0.0.1
version: 0.1.0
repository: https://github.com/csnewman/flutter-go-bridge

environment:
Expand All @@ -9,8 +9,8 @@ environment:
dependencies:
cli_config: ^0.1.2
logging: ^1.2.0
native_assets_cli: ^0.3.2
native_toolchain_c: ^0.3.2
native_assets_cli: ^0.4.2
native_toolchain_c: ^0.3.4+1
ffi: ^2.1.0

dev_dependencies:
Expand Down

0 comments on commit 91e1267

Please sign in to comment.