From 6812a63fca1eaf4fe2320e1ab8c13f872f951e8e Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 10 Aug 2020 23:10:57 +0000 Subject: [PATCH] build(deps): bump serde from 1.0.114 to 1.0.115 Bumps [serde](https://github.com/serde-rs/serde) from 1.0.114 to 1.0.115. - [Release notes](https://github.com/serde-rs/serde/releases) - [Commits](https://github.com/serde-rs/serde/compare/v1.0.114...v1.0.115) 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 1f0c973cd..a28600617 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1111,9 +1111,9 @@ dependencies = [ [[package]] name = "serde" -version = "1.0.114" +version = "1.0.115" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5317f7588f0a5078ee60ef675ef96735a1442132dc645eb1d12c018620ed8cd3" +checksum = "e54c9a88f2da7238af84b5101443f0c0d0a3bbdc455e34a5c9497b1903ed55d5" [[package]] name = "serde_derive" diff --git a/net_util/Cargo.toml b/net_util/Cargo.toml index 0422f8305..b8ed3d10f 100644 --- a/net_util/Cargo.toml +++ b/net_util/Cargo.toml @@ -9,7 +9,7 @@ libc = "0.2.74" log = "0.4.11" net_gen = { path = "../net_gen" } rand = "0.7.3" -serde = "1.0.114" +serde = "1.0.115" virtio-bindings = "0.1.0" vm-memory = { version = "0.2.1", features = ["backend-mmap", "backend-atomic"] } vm-virtio = { path = "../vm-virtio" }