Skip to content

Commit fe17718

Browse files
committed
Update minor versions
1 parent faf82bf commit fe17718

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
@@ -9,12 +9,12 @@ libc= "0.2.65"
99
errno= "0.2.4"
1010
rand = "0.7.2"
1111
cfg-if = "0.1.10"
12-
serde = { version = "1.0.101", features = ["derive"] }
13-
serde_json = "1.0.41"
12+
serde = { version = "1.0.103", features = ["derive"] }
13+
serde_json = "1.0.42"
1414
tiny-nix-ipc = { git = "https://github.com/myfreeweb/tiny-nix-ipc", features = ["ser_json", "zero_copy"] }
1515
procfs = "0.6.0"
1616
nix = "0.15.0"
17-
downcast-rs = "1.1.0"
17+
downcast-rs = "1.1.1"
1818
snafu = { version = "0.5.0", features = ["rust_1_30"] }
1919
base64 = "0.10.1"
2020
backtrace = "0.3.40"

0 commit comments

Comments
 (0)