Skip to content

Commit 8625280

Browse files
committed
fix crash on vm
1 parent aec0311 commit 8625280

File tree

2 files changed

+23
-23
lines changed

2 files changed

+23
-23
lines changed

Cargo.lock

Lines changed: 19 additions & 19 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "macmon"
3-
version = "0.4.0"
3+
version = "0.4.1"
44
edition = "2021"
55

66
[lints.rust]
@@ -13,10 +13,10 @@ panic = "abort"
1313
strip = false
1414

1515
[dependencies]
16-
clap = { version = "4.5.21", features = ["derive"] }
16+
clap = { version = "4.5.23", features = ["derive"] }
1717
core-foundation = "0.10.0"
18-
libc = "0.2.167"
18+
libc = "0.2.168"
1919
num-traits = "0.2.19"
2020
ratatui = { version = "0.29.0", features = ["serde"] }
21-
serde = { version = "1.0.215", features = ["derive"] }
21+
serde = { version = "1.0.216", features = ["derive"] }
2222
serde_json = "1.0.133"

0 commit comments

Comments
 (0)