diff --git a/tooling/bundler/src/bundle/category.rs b/tooling/bundler/src/bundle/category.rs index d59d0df124d7..33e2095836b5 100644 --- a/tooling/bundler/src/bundle/category.rs +++ b/tooling/bundler/src/bundle/category.rs @@ -249,7 +249,7 @@ struct AppCategoryVisitor { did_you_mean: Option<&'static str>, } -impl<'d> serde::de::Visitor<'d> for AppCategoryVisitor { +impl serde::de::Visitor<'_> for AppCategoryVisitor { type Value = AppCategory; fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { diff --git a/tooling/bundler/src/bundle/settings.rs b/tooling/bundler/src/bundle/settings.rs index 2b01b780c744..293a4707d05f 100644 --- a/tooling/bundler/src/bundle/settings.rs +++ b/tooling/bundler/src/bundle/settings.rs @@ -217,7 +217,7 @@ pub struct RpmSettings { /// in order for the package to be installed. pub conflicts: Option>, /// The list of RPM dependencies your application supersedes - if this package is installed, - /// packages listed as “obsoletes” will be automatically removed (if they are present). + /// packages listed as "obsoletes" will be automatically removed (if they are present). pub obsoletes: Option>, /// The RPM release tag. pub release: String, @@ -358,7 +358,7 @@ pub struct WixSettings { pub banner_path: Option, /// Path to a bitmap file to use on the installation user interface dialogs. /// It is used on the welcome and completion dialogs. - + /// /// The required dimensions are 493px × 312px. pub dialog_image_path: Option, /// Enables FIPS compliant algorithms. diff --git a/tooling/cli/node/package.json b/tooling/cli/node/package.json index 7c57f122a63c..5cff7d5e0bc3 100644 --- a/tooling/cli/node/package.json +++ b/tooling/cli/node/package.json @@ -38,7 +38,7 @@ } }, "devDependencies": { - "@napi-rs/cli": "2.16.1", + "@napi-rs/cli": "2.18.4", "cross-env": "7.0.3", "cross-spawn": "7.0.6", "fs-extra": "11.1.1", diff --git a/tooling/cli/node/yarn.lock b/tooling/cli/node/yarn.lock index f201d8bc6e23..ef70c59d3a3b 100644 --- a/tooling/cli/node/yarn.lock +++ b/tooling/cli/node/yarn.lock @@ -531,10 +531,10 @@ "@jridgewell/resolve-uri" "^3.1.0" "@jridgewell/sourcemap-codec" "^1.4.14" -"@napi-rs/cli@2.16.1": - version "2.16.1" - resolved "https://registry.yarnpkg.com/@napi-rs/cli/-/cli-2.16.1.tgz#912e1169be6ff8bb5e1e22bb702adcc5e73e232b" - integrity sha512-L0Gr5iEQIDEbvWdDr1HUaBOxBSHL1VZhWSk1oryawoT8qJIY+KGfLFelU+Qma64ivCPbxYpkfPoKYVG3rcoGIA== +"@napi-rs/cli@2.18.4": + version "2.18.4" + resolved "https://registry.yarnpkg.com/@napi-rs/cli/-/cli-2.18.4.tgz#12bebfb7995902fa7ab43cc0b155a7f5a2caa873" + integrity sha512-SgJeA4df9DE2iAEpr3M2H0OKl/yjtg1BnRI5/JyowS71tUWhrfSu2LT0V3vlHET+g1hBVlrO60PmEXwUEKp8Mg== "@sinclair/typebox@^0.27.8": version "0.27.8"