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.
2 parents bb62b24 + 3e90b48 commit 4a119aaCopy full SHA for 4a119aa
src/minion/Cargo.toml
@@ -5,16 +5,16 @@ authors = ["Mikail Bagishov <bagishov.mikail@yandex.ru>"]
5
edition = "2018"
6
7
[dependencies]
8
-libc= "0.2.62"
+libc= "0.2.65"
9
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.41"
14
tiny-nix-ipc = { git = "https://github.com/mikailbag/tiny-nix-ipc", rev = "bfd29b8b05098c132dd30cd1c7909377e88cb789", features = ["ser_json"] }
15
-procfs = "0.5.4"
+procfs = "0.6.0"
16
nix = "0.15.0"
17
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"
+backtrace = "0.3.40"
0 commit comments