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 }