Skip to content

Commit

Permalink
deps(cargo): bump the rust group with 2 updates (#25)
Browse files Browse the repository at this point in the history
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Nerixyz <nerixdev@outlook.de>
  • Loading branch information
dependabot[bot] and Nerixyz authored Aug 5, 2024
1 parent e86db54 commit bcba416
Show file tree
Hide file tree
Showing 2 changed files with 32 additions and 25 deletions.
51 changes: 29 additions & 22 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,14 +12,14 @@ categories = ["command-line-utilities"]
[dependencies]
thiserror = "1.0.63"
widestring = "1.1.0"
win-msgbox = "0.2.0"
windows-sys = { version = "0.52.0", features = [
win-msgbox = "0.2.1"
windows-sys = { version = "0.59.0", features = [
"Win32_System_Threading",
"Win32_Foundation",
"Win32_Security",
"Win32_System_Diagnostics_Debug",
] }
zip = { version = "2.1.5", default-features = false, features = [
zip = { version = "2.1.6", default-features = false, features = [
"deflate",
"bzip2",
] }
Expand Down

0 comments on commit bcba416

Please sign in to comment.