From 6940e7de7924f57d8d04557c9e9edc3bc5a2f173 Mon Sep 17 00:00:00 2001 From: hocine BENKHADRA Date: Wed, 7 Aug 2024 10:42:57 +0200 Subject: [PATCH] chore(Cargo.toml,package.json): Update deps. version --- Cargo.toml | 2 +- package.json | 2 +- x-win-rs/Cargo.toml | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 2d97515..a1ce5cc 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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" } diff --git a/package.json b/package.json index c94d39c..8d4c3af 100644 --- a/package.json +++ b/package.json @@ -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" }, diff --git a/x-win-rs/Cargo.toml b/x-win-rs/Cargo.toml index 48b3637..c19d4a2 100644 --- a/x-win-rs/Cargo.toml +++ b/x-win-rs/Cargo.toml @@ -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"