From fee873e325d2e680ac71ae5a739c8e269482b466 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Thu, 15 Oct 2020 16:57:57 +0000 Subject: [PATCH] build(deps): bump serde from 1.0.116 to 1.0.117 Bumps [serde](https://github.com/serde-rs/serde) from 1.0.116 to 1.0.117. - [Release notes](https://github.com/serde-rs/serde/releases) - [Commits](https://github.com/serde-rs/serde/compare/v1.0.116...v1.0.117) 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 6d97e6376..3b9bbe58f 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1123,9 +1123,9 @@ dependencies = [ [[package]] name = "serde" -version = "1.0.116" +version = "1.0.117" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "96fe57af81d28386a513cbc6858332abc6117cfdb5999647c6444b8f43a370a5" +checksum = "b88fa983de7720629c9387e9f517353ed404164b1e482c970a90c1a4aaf7dc1a" [[package]] name = "serde_derive" diff --git a/net_util/Cargo.toml b/net_util/Cargo.toml index e3214de87..d85e5c3b0 100644 --- a/net_util/Cargo.toml +++ b/net_util/Cargo.toml @@ -9,7 +9,7 @@ libc = "0.2.79" log = "0.4.11" net_gen = { path = "../net_gen" } rand = "0.7.3" -serde = "1.0.116" +serde = "1.0.117" virtio-bindings = "0.1.0" vm-memory = { version = "0.3.0", features = ["backend-mmap", "backend-atomic"] } vm-virtio = { path = "../vm-virtio" }