Skip to content

Commit 9c85720

Browse files
chore: bump up all non-major dependencies (#64)
1 parent 78368fe commit 9c85720

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/CI.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -156,7 +156,7 @@ jobs:
156156
- uses: actions/checkout@v4
157157
- name: Build
158158
id: build
159-
uses: cross-platform-actions/action@v0.26.0
159+
uses: cross-platform-actions/action@v0.27.0
160160
env:
161161
DEBUG: napi:*
162162
RUSTUP_IO_THREADS: 1

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ crate-type = ["cdylib"]
1313
anyhow = "1"
1414
bzip2 = "0.5"
1515
flate2 = "1"
16-
infer = "0.16"
16+
infer = "0.19"
1717
lzma-rs = { version = "0.3", features = ["stream"] }
1818
napi = { version = "2", features = ["anyhow", "napi6"] }
1919
napi-derive = "2"

0 commit comments

Comments
 (0)