diff --git a/tests/package.lock b/tests/package.lock index 9a018b3..da5a420 100644 --- a/tests/package.lock +++ b/tests/package.lock @@ -17,10 +17,10 @@ packages: pkg-host: url: github.com/toitlang/pkg-host name: host - version: 1.15.1 - hash: ff187c2c19d695e66c3dc1d9c09b4dc6bec09088 + version: 1.15.3 + hash: 62393e8522b77eafbafe60b9817935266117daf6 toit-cert-roots: url: github.com/toitware/toit-cert-roots - name: certificate_roots - version: 1.6.1 - hash: 55d3be82ed53d8d332338b2de931865cf69fe48b + name: certificate-roots + version: 1.7.0 + hash: 0f824e1e2209d9833fa23635460d30661546af4f diff --git a/tests/package.yaml b/tests/package.yaml index 56db2b2..bbe3817 100644 --- a/tests/package.yaml +++ b/tests/package.yaml @@ -1,12 +1,12 @@ dependencies: certificate_roots: url: github.com/toitware/toit-cert-roots - version: ^1.6.1 + version: ^1.7.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: path: ..