From f043e8d57ce4942c946e9161ea4e9b2da90c7810 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 3 May 2024 00:09:50 +0000 Subject: [PATCH] fix(deps): update rust crate semver to 1.0.22 --- crates/nsis-semvercompare/Cargo.toml | 2 +- crates/nsis-tauri-utils/Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/crates/nsis-semvercompare/Cargo.toml b/crates/nsis-semvercompare/Cargo.toml index 6f9edbc..4208f55 100644 --- a/crates/nsis-semvercompare/Cargo.toml +++ b/crates/nsis-semvercompare/Cargo.toml @@ -12,6 +12,6 @@ crate-type = [ "cdylib" ] test = [ ] [dependencies] -semver = { version = "1.0", default-features = false } +semver = { version = "1.0.22", default-features = false } nsis-plugin-api = { workspace = true } windows-sys = { workspace = true } diff --git a/crates/nsis-tauri-utils/Cargo.toml b/crates/nsis-tauri-utils/Cargo.toml index 904869f..166df09 100644 --- a/crates/nsis-tauri-utils/Cargo.toml +++ b/crates/nsis-tauri-utils/Cargo.toml @@ -14,4 +14,4 @@ test = [ ] [dependencies] nsis-plugin-api = { workspace = true } windows-sys = { workspace = true } -semver = { version = "1.0", default-features = false } +semver = { version = "1.0.22", default-features = false }