diff --git a/Cargo.lock b/Cargo.lock index 68f0ff4c2..a7eaf3578 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -922,9 +922,9 @@ dependencies = [ [[package]] name = "serde" -version = "1.0.124" +version = "1.0.125" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "bd761ff957cb2a45fbb9ab3da6512de9de55872866160b23c25f1a841e99d29f" +checksum = "558dc50e1a5a5fa7112ca2ce4effcb321b0300c0d4ccf0776a9f60cd89031171" [[package]] name = "serde_derive" diff --git a/net_util/Cargo.toml b/net_util/Cargo.toml index 936b93f7b..1997aabdd 100644 --- a/net_util/Cargo.toml +++ b/net_util/Cargo.toml @@ -8,7 +8,7 @@ epoll = ">=4.0.1" libc = "0.2.91" log = "0.4.14" net_gen = { path = "../net_gen" } -serde = "1.0.124" +serde = "1.0.125" virtio-bindings = "0.1.0" vm-memory = { version = "0.5.0", features = ["backend-mmap", "backend-atomic"] } vm-virtio = { path = "../vm-virtio" }