Skip to content

Commit

Permalink
fix(deps): update rust crate semver to 1.0.22
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed May 3, 2024
1 parent 171efc8 commit f043e8d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion crates/nsis-semvercompare/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }
2 changes: 1 addition & 1 deletion crates/nsis-tauri-utils/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }

0 comments on commit f043e8d

Please sign in to comment.