Skip to content

Commit

Permalink
fix crash on vm
Browse files Browse the repository at this point in the history
  • Loading branch information
vladkens committed Dec 14, 2024
1 parent aec0311 commit 8625280
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 23 deletions.
38 changes: 19 additions & 19 deletions Cargo.lock

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

8 changes: 4 additions & 4 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "macmon"
version = "0.4.0"
version = "0.4.1"
edition = "2021"

[lints.rust]
Expand All @@ -13,10 +13,10 @@ panic = "abort"
strip = false

[dependencies]
clap = { version = "4.5.21", features = ["derive"] }
clap = { version = "4.5.23", features = ["derive"] }
core-foundation = "0.10.0"
libc = "0.2.167"
libc = "0.2.168"
num-traits = "0.2.19"
ratatui = { version = "0.29.0", features = ["serde"] }
serde = { version = "1.0.215", features = ["derive"] }
serde = { version = "1.0.216", features = ["derive"] }
serde_json = "1.0.133"

0 comments on commit 8625280

Please sign in to comment.