From 1d634916d825c2e14710e15e080f3e208e25b7ed Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 16 Dec 2019 10:49:31 +0000 Subject: [PATCH] Bump serde from 1.0.103 to 1.0.104 Bumps [serde](https://github.com/serde-rs/serde) from 1.0.103 to 1.0.104. - [Release notes](https://github.com/serde-rs/serde/releases) - [Commits](https://github.com/serde-rs/serde/compare/v1.0.103...v1.0.104) Signed-off-by: dependabot-preview[bot] --- src/minion/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/minion/Cargo.toml b/src/minion/Cargo.toml index 1a8b13a7..37bba149 100644 --- a/src/minion/Cargo.toml +++ b/src/minion/Cargo.toml @@ -9,7 +9,7 @@ libc= "0.2.66" errno= "0.2.4" rand = "0.7.2" cfg-if = "0.1.10" -serde = { version = "1.0.103", features = ["derive"] } +serde = { version = "1.0.104", features = ["derive"] } serde_json = "1.0.44" tiny-nix-ipc = { git = "https://github.com/myfreeweb/tiny-nix-ipc", features = ["ser_json", "zero_copy"] } procfs = "0.7.5"