Skip to content

Commit

Permalink
upgrade and update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
Byron committed Dec 27, 2021
1 parent 26d6514 commit 269c650
Show file tree
Hide file tree
Showing 2 changed files with 30 additions and 30 deletions.
56 changes: 28 additions & 28 deletions Cargo.lock

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

4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ open = { version = "2.0.0", optional = true }
wild = "2.0.4"

[target.'cfg(all(target_os = "macos", target_arch = "aarch64"))'.dependencies]
sysinfo = { version = "0.20.0", default-features = false }
sysinfo = { version = "0.22.3", default-features = false }

[[bin]]
name="dua"
Expand All @@ -58,4 +58,4 @@ codegen-units = 1
build-override = { opt-level = 0 }

[dev-dependencies]
pretty_assertions = "0.7.0"
pretty_assertions = "1.0.0"

0 comments on commit 269c650

Please sign in to comment.