Skip to content

Commit 2a064ad

Browse files
chore: bump up all non-major dependencies
1 parent 3c7d2fd commit 2a064ad

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/CI.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -171,7 +171,7 @@ jobs:
171171
- uses: actions/checkout@v6
172172
- name: Build
173173
id: build
174-
uses: cross-platform-actions/action@v1.1.0
174+
uses: cross-platform-actions/action@v1.2.0
175175
env:
176176
DEBUG: napi:*
177177
RUSTUP_IO_THREADS: 1

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ napi = { version = "3.2", default-features = false, features = [
1717
napi-derive = "3.2"
1818
serde = { version = "1.0", features = ["derive"] }
1919
serde_json = { version = "1.0", default-features = false, features = ["alloc"] }
20-
tantivy = "0.25.0"
20+
tantivy = "0.26.0"
2121

2222
[build-dependencies]
2323
napi-build = "2.2"

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@
4747
"registry": "https://registry.npmjs.org/",
4848
"access": "public"
4949
},
50-
"packageManager": "pnpm@11.4.0",
50+
"packageManager": "pnpm@11.5.2",
5151
"scripts": {
5252
"artifacts": "napi artifacts",
5353
"build": "napi build --platform --release",

0 commit comments

Comments
 (0)