Skip to content

Commit f3d4004

Browse files
committed
Update dependencies
1 parent b63494d commit f3d4004

File tree

6 files changed

+114
-115
lines changed

6 files changed

+114
-115
lines changed

Cargo.lock

Lines changed: 9 additions & 9 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,13 +8,13 @@ version = "0.0.1"
88
crate-type = ["cdylib"]
99

1010
[dependencies]
11-
napi = "^2.16.13"
11+
napi = "^2.16.17"
1212
napi-derive = "^2.16.13"
13-
thiserror = "^2.0.9"
13+
thiserror = "^2.0.12"
1414
webp-animation = "^0.9.0"
1515

1616
[build-dependencies]
17-
napi-build = "^2.1.4"
17+
napi-build = "^2.1.6"
1818

1919
[profile.release]
2020
codegen-units = 1

README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,6 @@ const data = await encoder.getBuffer()
4141
// Or write it directly to file (also returns a buffer)
4242
await encoder.writeToFile('output.webp')
4343

44-
4544
// Output options can be set on `writeToFile`, `getBuffer`
4645
await encoder.writeToFile('output.webp', {
4746
lossless: false, // default true

pnpm-lock.yaml

Lines changed: 56 additions & 56 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

sample/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,6 @@
66
"private": true,
77
"dependencies": {
88
"@gomander/napi-gif-encoder": "^0.0.8",
9-
"@napi-rs/canvas": "^0.1.65"
9+
"@napi-rs/canvas": "^0.1.69"
1010
}
1111
}

0 commit comments

Comments
 (0)