Skip to content

Commit 639a463

Browse files
committed
Update deps
1 parent bcc5029 commit 639a463

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/minion/Cargo.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,11 +10,11 @@ errno= "0.2.4"
1010
rand = "0.7.2"
1111
cfg-if = "0.1.10"
1212
serde = { version = "1.0.101", features = ["derive"] }
13-
serde_json = "1.0.40"
13+
serde_json = "1.0.41"
1414
tiny-nix-ipc = { git = "https://github.com/mikailbag/tiny-nix-ipc", rev = "bfd29b8b05098c132dd30cd1c7909377e88cb789", features = ["ser_json"] }
15-
procfs = "0.5.3"
15+
procfs = "0.5.4"
1616
nix = "0.15.0"
17-
downcast-rs = "1.0.4"
17+
downcast-rs = "1.1.0"
1818
snafu = { version = "0.5.0", features = ["rust_1_30"] }
1919
base64 = "0.10.1"
2020
backtrace = "0.3.38"

0 commit comments

Comments
 (0)