Skip to content

Commit 9e049c5

Browse files
committed
cargo: update dependency
Update dependencies: vhost and vmm-sys-util. Signed-off-by: Jiang Liu <[email protected]>
1 parent 1bcb171 commit 9e049c5

File tree

2 files changed

+7
-4
lines changed

2 files changed

+7
-4
lines changed

Cargo.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ homepage = "https://github.com/cloud-hypervisor/"
1717
build = "build.rs"
1818

1919
[dependencies]
20-
arc-swap = ">=0.4.6"
20+
arc-swap = "1.5"
2121
async-trait = { version = "0.1.42", optional = true }
2222
bitflags = "1.1"
2323
futures = { version = "0.3", optional = true }
@@ -27,10 +27,10 @@ mio = { version = "0.8", features = ["os-poll", "os-ext"]}
2727
nix = "0.24"
2828
lazy_static = "1.4"
2929
tokio = { version = "1", optional = true }
30-
vmm-sys-util = { version = "0.9", optional = true }
30+
vmm-sys-util = { version = "0.10", optional = true }
3131
vm-memory = { version = "0.8", features = ["backend-mmap"] }
3232
virtio-queue = { version = "0.4", optional = true }
33-
vhost = { version = "0.3", features = ["vhost-user-slave"], optional = true }
33+
vhost = { version = "0.4", features = ["vhost-user-slave"], optional = true }
3434

3535
[target.'cfg(target_os = "macos")'.dependencies]
3636
core-foundation-sys = { version = ">=0.8", optional = true }
@@ -46,7 +46,7 @@ slab = "0.4.6"
4646
[dev-dependencies]
4747
futures = { version = "0.3", features = ["thread-pool"]}
4848
stderrlog = "0.5"
49-
vmm-sys-util = "0.9"
49+
vmm-sys-util = "0.10"
5050
vm-memory = { version = "0.8", features = ["backend-mmap", "backend-bitmap"] }
5151
tokio-test = "0.4.2"
5252

deny.toml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -78,11 +78,14 @@ allow = [
7878
"MIT",
7979
"Apache-2.0",
8080
"BSD-3-Clause",
81+
"Unicode-DFS-2016",
8182
]
8283
# List of explictly disallowed licenses
8384
# See https://spdx.org/licenses/ for list of possible licenses
8485
# [possible values: any SPDX 3.11 short identifier (+ optional exception)].
8586
deny = [
87+
"GPL-2.0",
88+
"GPL-3.0",
8689
#"Nokia",
8790
]
8891
# Lint level for licenses considered copyleft

0 commit comments

Comments
 (0)