Skip to content

Commit 90cede6

Browse files
Update Cargo.toml
1 parent b28e714 commit 90cede6

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Cargo.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@ debug = 0
1313
[dependencies]
1414
bytemuck = { version = "1.24.0", features = ["must_cast"] }
1515
ctrlc = { version = "3.5.1", features = ["termination"] }
16-
libc = "0.2.178"
16+
libc = "0.2.179"
1717
nix = { version = "0.30.1", features = ["user"] }
18-
serde_json = "1.0.145"
18+
serde_json = "1.0.148"
1919
socket2 = { version = "0.6.1", features = ["all"] }
20-
wide = { version = "1.1.0", features = ["serde"] }
20+
wide = { version = "1.1.1", features = ["serde"] }

0 commit comments

Comments
 (0)