From 36f6d9da52150b5e2fecd2a54056f2f44c3301cf Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Sun, 14 Jun 2020 18:29:24 +0000 Subject: [PATCH] build(deps): bump serde from 1.0.111 to 1.0.112 Bumps [serde](https://github.com/serde-rs/serde) from 1.0.111 to 1.0.112. - [Release notes](https://github.com/serde-rs/serde/releases) - [Commits](https://github.com/serde-rs/serde/compare/v1.0.111...v1.0.112) 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 ba59f41c3..2bdb15319 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1053,9 +1053,9 @@ dependencies = [ [[package]] name = "serde" -version = "1.0.111" +version = "1.0.112" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c9124df5b40cbd380080b2cc6ab894c040a3070d995f5c9dc77e18c34a8ae37d" +checksum = "736aac72d1eafe8e5962d1d1c3d99b0df526015ba40915cb3c49d042e92ec243" [[package]] name = "serde_derive" diff --git a/net_util/Cargo.toml b/net_util/Cargo.toml index 296f0bef6..b8afdfb8f 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.111" +serde = "1.0.112" vmm-sys-util = ">=0.3.1" net_gen = { path = "../net_gen" }