Skip to content

Commit

Permalink
chore(Cargo.toml,package.json): Update deps. version
Browse files Browse the repository at this point in the history
  • Loading branch information
miniben-90 committed Aug 7, 2024
1 parent cc9ae55 commit 6940e7d
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ napi = { version = "2.16.8", default-features = false, features = [
"napi4",
"async",
] }
napi-derive = "2.16.9"
napi-derive = "2.16.10"
once_cell = "1.19.0"
base64 = "0.22.1"
x-win = { path = "./x-win-rs" }
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
"open"
],
"devDependencies": {
"@napi-rs/cli": "^2.18.3",
"@napi-rs/cli": "^2.18.4",
"ava": "^6.1.3",
"husky": "^9.1.4"
},
Expand Down
4 changes: 2 additions & 2 deletions x-win-rs/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -42,8 +42,8 @@ png = "0.17.13"
xcb = { version = "1.4.0" }
x11 = { version = "2.21.0", features = ["xlib"], optional = true }
zbus = { version = "1.9.2" }
serde_json = { version = "1.0.120" }
image = "0.25.1"
serde_json = { version = "1.0.122" }
image = "0.25.2"

[target.'cfg(target_os = "macos")'.dependencies]
cocoa = "0.25.0"
Expand Down

0 comments on commit 6940e7d

Please sign in to comment.