diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index f645d8e..e96f3c1 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -171,7 +171,7 @@ jobs: - uses: actions/checkout@v6 - name: Build id: build - uses: cross-platform-actions/action@v1.1.0 + uses: cross-platform-actions/action@v1.2.0 env: DEBUG: napi:* RUSTUP_IO_THREADS: 1 diff --git a/Cargo.toml b/Cargo.toml index 1a5ee33..1430c5a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -17,7 +17,7 @@ napi = { version = "3.2", default-features = false, features = [ napi-derive = "3.2" serde = { version = "1.0", features = ["derive"] } serde_json = { version = "1.0", default-features = false, features = ["alloc"] } -tantivy = "0.25.0" +tantivy = "0.26.0" [build-dependencies] napi-build = "2.2" diff --git a/package.json b/package.json index 632ae2d..ec1281c 100644 --- a/package.json +++ b/package.json @@ -47,7 +47,7 @@ "registry": "https://registry.npmjs.org/", "access": "public" }, - "packageManager": "pnpm@11.4.0", + "packageManager": "pnpm@11.8.0", "scripts": { "artifacts": "napi artifacts", "build": "napi build --platform --release",