We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f6e95a3 commit a10618aCopy full SHA for a10618a
1 file changed
Cargo.toml
@@ -11,10 +11,10 @@ strip = "symbols"
11
debug = 0
12
13
[dependencies]
14
-bytemuck = { version = "1.24.0", features = ["must_cast"] }
+bytemuck = { version = "1.25.0", features = ["must_cast"] }
15
ctrlc = { version = "3.5.1", features = ["termination"] }
16
libc = "0.2.180"
17
-nix = { version = "0.30.1", features = ["user"] }
+nix = { version = "0.31.1", features = ["user"] }
18
serde_json = "1.0.149"
19
-socket2 = { version = "0.6.1", features = ["all"] }
+socket2 = { version = "0.6.2", features = ["all"] }
20
wide = { version = "1.1.1", features = ["serde"] }
0 commit comments