From 62eb66d87ef8d3b4391da50054473b2a30a6472c Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Sat, 20 Jun 2020 10:00:47 +0000 Subject: [PATCH] build(deps): bump serde from 1.0.112 to 1.0.113 Bumps [serde](https://github.com/serde-rs/serde) from 1.0.112 to 1.0.113. - [Release notes](https://github.com/serde-rs/serde/releases) - [Commits](https://github.com/serde-rs/serde/compare/v1.0.112...v1.0.113) Signed-off-by: dependabot-preview[bot] --- Cargo.lock | 4 ++-- net_util/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 17cd8a5f2..1a61e7764 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1069,9 +1069,9 @@ dependencies = [ [[package]] name = "serde" -version = "1.0.112" +version = "1.0.113" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "736aac72d1eafe8e5962d1d1c3d99b0df526015ba40915cb3c49d042e92ec243" +checksum = "6135c78461981c79497158ef777264c51d9d0f4f3fc3a4d22b915900e42dac6a" [[package]] name = "serde_derive" diff --git a/net_util/Cargo.toml b/net_util/Cargo.toml index b8afdfb8f..6d3373d1b 100644 --- a/net_util/Cargo.toml +++ b/net_util/Cargo.toml @@ -6,7 +6,7 @@ authors = ["The Chromium OS Authors"] [dependencies] libc = "0.2.71" rand = "0.7.3" -serde = "1.0.112" +serde = "1.0.113" vmm-sys-util = ">=0.3.1" net_gen = { path = "../net_gen" }