Skip to content

Commit a10618a

Browse files
Update Cargo.toml
1 parent f6e95a3 commit a10618a

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

Cargo.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,10 @@ strip = "symbols"
1111
debug = 0
1212

1313
[dependencies]
14-
bytemuck = { version = "1.24.0", features = ["must_cast"] }
14+
bytemuck = { version = "1.25.0", features = ["must_cast"] }
1515
ctrlc = { version = "3.5.1", features = ["termination"] }
1616
libc = "0.2.180"
17-
nix = { version = "0.30.1", features = ["user"] }
17+
nix = { version = "0.31.1", features = ["user"] }
1818
serde_json = "1.0.149"
19-
socket2 = { version = "0.6.1", features = ["all"] }
19+
socket2 = { version = "0.6.2", features = ["all"] }
2020
wide = { version = "1.1.1", features = ["serde"] }

0 commit comments

Comments
 (0)