Skip to content

Commit

Permalink
Merge pull request #30 from frack113/build/update-dependencies
Browse files Browse the repository at this point in the history
Build/update dependencies
  • Loading branch information
frack113 authored Aug 23, 2024
2 parents d67321b + 0337d68 commit 0f2e458
Show file tree
Hide file tree
Showing 2 changed files with 59 additions and 32 deletions.
79 changes: 53 additions & 26 deletions Cargo.lock

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

12 changes: 6 additions & 6 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ path = "./src/main.rs"

[dependencies]
base64 = { version = "0.22.1" }
windows = { version = "0.58", features = [
windows = { version = "0.58.0", features = [
"Win32_System_Pipes",
"Win32_Foundation",
"Win32_Security",
Expand All @@ -38,13 +38,13 @@ windows = { version = "0.58", features = [
"Win32_System_Threading",
"Win32_System_Memory",
] }
clap = { version = "4", features = ["derive"] }
rand = "0"
regex_generate = "0"
sysinfo = "0.30"
clap = { version = "4.5.16", features = ["derive"] }
rand = "0.8.5"
regex_generate = "0.2.3"
sysinfo = "0.31.3"

[build-dependencies]
winres = "0"
winres = "0.1.12"

[profile.release]
opt-level = 3
Expand Down

0 comments on commit 0f2e458

Please sign in to comment.