Skip to content

Commit

Permalink
Merge pull request #619 from hermit-os/dependabot/cargo/rust-vmm-3b1b…
Browse files Browse the repository at this point in the history
…acdfce

build(deps): Bump the rust-vmm group with 3 updates
  • Loading branch information
mkroening authored Jan 10, 2024
2 parents dd03d76 + 726350d commit 5fdb27f
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 9 deletions.
13 changes: 7 additions & 6 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -59,13 +59,13 @@ rftrace = { version = "0.1", optional = true }
rftrace-frontend = { version = "0.1", optional = true }

[target.'cfg(target_os = "linux")'.dependencies]
kvm-bindings = "0.6"
kvm-ioctls = "0.15"
kvm-bindings = "0.7"
kvm-ioctls = "0.16"
mac_address = "1.1"
nix = { version = "0.27", features = ["mman", "pthread", "signal"] }
tun-tap = { version = "0.1", default-features = false }
virtio-bindings = { version = "0.2", features = ["virtio-v4_14_0"] }
vmm-sys-util = "0.11"
vmm-sys-util = "0.12"

[target.'cfg(target_os = "macos")'.dependencies]
burst = "0.0"
Expand Down

0 comments on commit 5fdb27f

Please sign in to comment.