We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b28e714 commit 90cede6Copy full SHA for 90cede6
Cargo.toml
@@ -13,8 +13,8 @@ debug = 0
13
[dependencies]
14
bytemuck = { version = "1.24.0", features = ["must_cast"] }
15
ctrlc = { version = "3.5.1", features = ["termination"] }
16
-libc = "0.2.178"
+libc = "0.2.179"
17
nix = { version = "0.30.1", features = ["user"] }
18
-serde_json = "1.0.145"
+serde_json = "1.0.148"
19
socket2 = { version = "0.6.1", features = ["all"] }
20
-wide = { version = "1.1.0", features = ["serde"] }
+wide = { version = "1.1.1", features = ["serde"] }
0 commit comments