From 235e4dcba0cca7ccdd922b81c64d29b50732843a Mon Sep 17 00:00:00 2001 From: Florian Loitsch Date: Fri, 4 Oct 2024 13:32:40 +0200 Subject: [PATCH] Update packages. (#2564) --- examples/http/package.lock | 4 ++-- examples/http/package.yaml | 2 +- system/extensions/host/package.lock | 8 ++++---- system/extensions/host/package.yaml | 4 ++-- tests/package.lock | 12 ++++++------ tests/package.yaml | 6 +++--- tools/lsp/server/package.lock | 8 ++++---- tools/lsp/server/package.yaml | 4 ++-- tools/package.lock | 16 ++++++++-------- tools/package.yaml | 8 ++++---- tools/pkg/package.lock | 12 ++++++------ tools/pkg/package.yaml | 6 +++--- 12 files changed, 45 insertions(+), 45 deletions(-) diff --git a/examples/http/package.lock b/examples/http/package.lock index 609d17d82..70b5fd5c5 100644 --- a/examples/http/package.lock +++ b/examples/http/package.lock @@ -5,5 +5,5 @@ packages: pkg-http: url: github.com/toitlang/pkg-http name: http - version: 2.7.2 - hash: 614dd0f374e70aab09f12e9466a35b779b9a8d63 + version: 2.8.0 + hash: 81754d64fe466cd00cc494ec515da8749bf04975 diff --git a/examples/http/package.yaml b/examples/http/package.yaml index 4f5b5c7fd..5febc440e 100644 --- a/examples/http/package.yaml +++ b/examples/http/package.yaml @@ -1,4 +1,4 @@ dependencies: http: url: github.com/toitlang/pkg-http - version: ^2.7.2 + version: ^2.8.0 diff --git a/system/extensions/host/package.lock b/system/extensions/host/package.lock index ae32408be..6405e9c0f 100644 --- a/system/extensions/host/package.lock +++ b/system/extensions/host/package.lock @@ -6,10 +6,10 @@ packages: pkg-ar: url: github.com/toitlang/pkg-ar name: ar - version: 1.2.0 - hash: 250d44f65997897de4cdf1a8a40f1e2548ce80e4 + version: 1.3.0 + hash: d0f3890e5c641bee93fa337fbea0710a0a72710c pkg-host: url: github.com/toitlang/pkg-host name: host - version: 1.15.1 - hash: ff187c2c19d695e66c3dc1d9c09b4dc6bec09088 + version: 1.15.3 + hash: 62393e8522b77eafbafe60b9817935266117daf6 diff --git a/system/extensions/host/package.yaml b/system/extensions/host/package.yaml index a88dd10f8..15493542a 100644 --- a/system/extensions/host/package.yaml +++ b/system/extensions/host/package.yaml @@ -1,7 +1,7 @@ dependencies: ar: url: github.com/toitlang/pkg-ar - version: ^1.2.0 + version: ^1.3.0 host: url: github.com/toitlang/pkg-host - version: ^1.15.1 + version: ^1.15.3 diff --git a/tests/package.lock b/tests/package.lock index f05944095..c111a041b 100644 --- a/tests/package.lock +++ b/tests/package.lock @@ -12,13 +12,13 @@ packages: pkg-ar: url: github.com/toitlang/pkg-ar name: ar - version: 1.2.0 - hash: 250d44f65997897de4cdf1a8a40f1e2548ce80e4 + version: 1.3.0 + hash: d0f3890e5c641bee93fa337fbea0710a0a72710c pkg-cli: url: github.com/toitlang/pkg-cli name: cli - version: 2.0.0 - hash: f893664723411d328ef1f8b275bc456274a1b6db + version: 2.1.0 + hash: 94eee76216cb69cacf4e1f7323fb588cf3154451 prefixes: fs: pkg-fs host: pkg-host @@ -37,8 +37,8 @@ packages: pkg-host: url: github.com/toitlang/pkg-host name: host - version: 1.15.1 - hash: ff187c2c19d695e66c3dc1d9c09b4dc6bec09088 + version: 1.15.3 + hash: 62393e8522b77eafbafe60b9817935266117daf6 pkg-tar: url: github.com/toitlang/pkg-tar name: tar diff --git a/tests/package.yaml b/tests/package.yaml index edf236cb1..8443ed221 100644 --- a/tests/package.yaml +++ b/tests/package.yaml @@ -1,13 +1,13 @@ dependencies: ar: url: github.com/toitlang/pkg-ar - version: ^1.2.0 + version: ^1.3.0 certificate_roots: url: github.com/toitware/toit-cert-roots version: ^1.6.1 cli: url: github.com/toitlang/pkg-cli - version: ^2.0.0 + version: ^2.1.0 font_x11_adobe: url: github.com/toitlang/pkg-font-x11-adobe version: ^0.1.0 @@ -16,7 +16,7 @@ dependencies: version: ^2.3.1 host: url: github.com/toitlang/pkg-host - version: ^1.15.1 + version: ^1.15.3 partition-table: url: github.com/toitware/toit-partition-table-esp32 version: ^1.2.0 diff --git a/tools/lsp/server/package.lock b/tools/lsp/server/package.lock index 7ffb0bbc5..d7fd54d3e 100644 --- a/tools/lsp/server/package.lock +++ b/tools/lsp/server/package.lock @@ -8,8 +8,8 @@ packages: pkg-cli: url: github.com/toitlang/pkg-cli name: cli - version: 2.0.0 - hash: f893664723411d328ef1f8b275bc456274a1b6db + version: 2.1.0 + hash: 94eee76216cb69cacf4e1f7323fb588cf3154451 prefixes: fs: pkg-fs host: pkg-host @@ -23,8 +23,8 @@ packages: pkg-host: url: github.com/toitlang/pkg-host name: host - version: 1.15.1 - hash: ff187c2c19d695e66c3dc1d9c09b4dc6bec09088 + version: 1.15.3 + hash: 62393e8522b77eafbafe60b9817935266117daf6 pkg-tar: url: github.com/toitlang/pkg-tar name: tar diff --git a/tools/lsp/server/package.yaml b/tools/lsp/server/package.yaml index 31bb4d3ff..2414633d7 100644 --- a/tools/lsp/server/package.yaml +++ b/tools/lsp/server/package.yaml @@ -1,13 +1,13 @@ dependencies: cli: url: github.com/toitlang/pkg-cli - version: ^2.0.0 + version: ^2.1.0 fs: url: github.com/toitlang/pkg-fs version: ^2.3.1 host: url: github.com/toitlang/pkg-host - version: ^1.15.1 + version: ^1.15.3 tar: url: github.com/toitlang/pkg-tar version: ^1.2.0 diff --git a/tools/package.lock b/tools/package.lock index aeab5ccc5..cb27e030e 100644 --- a/tools/package.lock +++ b/tools/package.lock @@ -13,13 +13,13 @@ packages: pkg-ar: url: github.com/toitlang/pkg-ar name: ar - version: 1.2.0 - hash: 250d44f65997897de4cdf1a8a40f1e2548ce80e4 + version: 1.3.0 + hash: d0f3890e5c641bee93fa337fbea0710a0a72710c pkg-cli: url: github.com/toitlang/pkg-cli name: cli - version: 2.0.0 - hash: f893664723411d328ef1f8b275bc456274a1b6db + version: 2.1.0 + hash: 94eee76216cb69cacf4e1f7323fb588cf3154451 prefixes: fs: pkg-fs host: pkg-host @@ -33,13 +33,13 @@ packages: pkg-host: url: github.com/toitlang/pkg-host name: host - version: 1.15.1 - hash: ff187c2c19d695e66c3dc1d9c09b4dc6bec09088 + version: 1.15.3 + hash: 62393e8522b77eafbafe60b9817935266117daf6 pkg-http: url: github.com/toitlang/pkg-http name: http - version: 2.7.2 - hash: 614dd0f374e70aab09f12e9466a35b779b9a8d63 + version: 2.8.0 + hash: 81754d64fe466cd00cc494ec515da8749bf04975 pkg-tar: url: github.com/toitlang/pkg-tar name: tar diff --git a/tools/package.yaml b/tools/package.yaml index 940112fdd..e1f7ab722 100644 --- a/tools/package.yaml +++ b/tools/package.yaml @@ -1,22 +1,22 @@ dependencies: ar: url: github.com/toitlang/pkg-ar - version: ^1.2.0 + version: ^1.3.0 certificate_roots: url: github.com/toitware/toit-cert-roots version: ^1.6.1 cli: url: github.com/toitlang/pkg-cli - version: ^2.0.0 + version: ^2.1.0 fs: url: github.com/toitlang/pkg-fs version: ^2.3.1 host: url: github.com/toitlang/pkg-host - version: ^1.15.1 + version: ^1.15.3 http: url: github.com/toitlang/pkg-http - version: ^2.7.2 + version: ^2.8.0 partition-table: url: github.com/toitware/toit-partition-table-esp32 version: ^1.2.0 diff --git a/tools/pkg/package.lock b/tools/pkg/package.lock index ca4181538..eed830896 100644 --- a/tools/pkg/package.lock +++ b/tools/pkg/package.lock @@ -9,8 +9,8 @@ packages: pkg-cli: url: github.com/toitlang/pkg-cli name: cli - version: 2.0.0 - hash: f893664723411d328ef1f8b275bc456274a1b6db + version: 2.1.0 + hash: 94eee76216cb69cacf4e1f7323fb588cf3154451 prefixes: fs: pkg-fs host: pkg-host @@ -24,13 +24,13 @@ packages: pkg-host: url: github.com/toitlang/pkg-host name: host - version: 1.15.1 - hash: ff187c2c19d695e66c3dc1d9c09b4dc6bec09088 + version: 1.15.3 + hash: 62393e8522b77eafbafe60b9817935266117daf6 pkg-http: url: github.com/toitlang/pkg-http name: http - version: 2.7.2 - hash: 614dd0f374e70aab09f12e9466a35b779b9a8d63 + version: 2.8.0 + hash: 81754d64fe466cd00cc494ec515da8749bf04975 toit-cert-roots: url: github.com/toitware/toit-cert-roots name: certificate_roots diff --git a/tools/pkg/package.yaml b/tools/pkg/package.yaml index 7ad842b9f..629bd7269 100644 --- a/tools/pkg/package.yaml +++ b/tools/pkg/package.yaml @@ -4,13 +4,13 @@ dependencies: version: ^1.6.1 cli: url: github.com/toitlang/pkg-cli - version: ^2.0.0 + version: ^2.1.0 fs: url: github.com/toitlang/pkg-fs version: ^2.3.1 host: url: github.com/toitlang/pkg-host - version: ^1.15.1 + version: ^1.15.3 http: url: github.com/toitlang/pkg-http - version: ^2.7.2 + version: ^2.8.0