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 faf82bf commit fe17718Copy full SHA for fe17718
src/minion/Cargo.toml
@@ -9,12 +9,12 @@ 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"
+serde = { version = "1.0.103", features = ["derive"] }
+serde_json = "1.0.42"
14
tiny-nix-ipc = { git = "https://github.com/myfreeweb/tiny-nix-ipc", features = ["ser_json", "zero_copy"] }
15
procfs = "0.6.0"
16
nix = "0.15.0"
17
-downcast-rs = "1.1.0"
+downcast-rs = "1.1.1"
18
snafu = { version = "0.5.0", features = ["rust_1_30"] }
19
base64 = "0.10.1"
20
backtrace = "0.3.40"
0 commit comments