From a5f19cbe554f60c973defede401647ef3a13d73d Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 3 Mar 2026 21:51:26 +0000 Subject: [PATCH] fix(deps): update rust crate virtio-drivers to 0.13.0 --- userspace/drivers/virtiod/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/userspace/drivers/virtiod/Cargo.toml b/userspace/drivers/virtiod/Cargo.toml index fe662d0c..52bdd95f 100644 --- a/userspace/drivers/virtiod/Cargo.toml +++ b/userspace/drivers/virtiod/Cargo.toml @@ -10,7 +10,7 @@ librpc-rs = { version = "0.1.1", features = ["protobuf"], registry = "mos" } libsm-rs = { version = "0.1.2", registry = "mos" } log = "0.4.27" protobuf = "3.7.2" -virtio-drivers = "0.11.0" +virtio-drivers = "0.13.0" [build-dependencies] protobuf-codegen = "3.7.2"