We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6e7442f commit 1d63491Copy full SHA for 1d63491
src/minion/Cargo.toml
@@ -9,7 +9,7 @@ libc= "0.2.66"
9
errno= "0.2.4"
10
rand = "0.7.2"
11
cfg-if = "0.1.10"
12
-serde = { version = "1.0.103", features = ["derive"] }
+serde = { version = "1.0.104", features = ["derive"] }
13
serde_json = "1.0.44"
14
tiny-nix-ipc = { git = "https://github.com/myfreeweb/tiny-nix-ipc", features = ["ser_json", "zero_copy"] }
15
procfs = "0.7.5"
0 commit comments