We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bcc5029 commit 639a463Copy full SHA for 639a463
src/minion/Cargo.toml
@@ -10,11 +10,11 @@ errno= "0.2.4"
10
rand = "0.7.2"
11
cfg-if = "0.1.10"
12
serde = { version = "1.0.101", features = ["derive"] }
13
-serde_json = "1.0.40"
+serde_json = "1.0.41"
14
tiny-nix-ipc = { git = "https://github.com/mikailbag/tiny-nix-ipc", rev = "bfd29b8b05098c132dd30cd1c7909377e88cb789", features = ["ser_json"] }
15
-procfs = "0.5.3"
+procfs = "0.5.4"
16
nix = "0.15.0"
17
-downcast-rs = "1.0.4"
+downcast-rs = "1.1.0"
18
snafu = { version = "0.5.0", features = ["rust_1_30"] }
19
base64 = "0.10.1"
20
backtrace = "0.3.38"
0 commit comments