diff --git a/Cargo.toml b/Cargo.toml index 53c19a85..9a58a99a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "virtio-drivers" -version = "0.7.5" +version = "0.8.0" license = "MIT" authors = [ "Jiajie Chen ", @@ -19,8 +19,8 @@ log = "0.4.22" bitflags = "2.6.0" enumn = "0.1.14" embedded-io = { version = "0.6.1", optional = true } -thiserror = { version = "2.0.0", default-features = false } -zerocopy = { version = "0.8.7", features = ["derive"] } +thiserror = { version = "2.0.3", default-features = false } +zerocopy = { version = "0.8.10", features = ["derive"] } [features] default = ["alloc", "embedded-io"]