Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[backport v2.2] deps: Bump dependent crate versions #1392

Merged
merged 1 commit into from
Aug 4, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
79 changes: 29 additions & 50 deletions Cargo.lock

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

10 changes: 5 additions & 5 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ serde_json = "1.0.51"
sha2 = "0.10.2"
tar = "0.4.38"
tokio = { version = "1.24", features = ["macros"] }
vmm-sys-util = "0.10.0"
vmm-sys-util = "0.11.0"
xattr = "0.2.3"

# Build static linked openssl library
Expand All @@ -66,11 +66,11 @@ nydus-service = { version = "0.2.0", path = "service" }
nydus-storage = { version = "0.6.2", path = "storage" }
nydus-utils = { version = "0.4.1", path = "utils" }

vhost = { version = "0.5.0", features = ["vhost-user-slave"], optional = true }
vhost-user-backend = { version = "0.7.0", optional = true }
vhost = { version = "0.6.0", features = ["vhost-user-slave"], optional = true }
vhost-user-backend = { version = "0.8.0", optional = true }
virtio-bindings = { version = "0.1", features = ["virtio-v5_0_0"], optional = true }
virtio-queue = { version = "0.6.0", optional = true }
vm-memory = { version = "0.9.0", features = ["backend-mmap"], optional = true }
virtio-queue = { version = "0.7.0", optional = true }
vm-memory = { version = "0.10.0", features = ["backend-mmap"], optional = true }

[features]
default = [
Expand Down
2 changes: 1 addition & 1 deletion api/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ url = { version = "2.1.1", optional = true }
nydus-error = { version = "0.2", path = "../error" }

[dev-dependencies]
vmm-sys-util = { version = "0.10" }
vmm-sys-util = { version = "0.11" }

[features]
handler = ["dbs-uhttp", "http", "lazy_static", "mio", "url"]
6 changes: 3 additions & 3 deletions rafs/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,16 +23,16 @@ nix = "0.24"
serde = { version = "1.0.110", features = ["serde_derive", "rc"] }
serde_json = "1.0.53"
spmc = "0.3.0"
vm-memory = "0.9"
fuse-backend-rs = "0.10"
vm-memory = "0.10"
fuse-backend-rs = "0.10.5"

nydus-api = { version = "0.2", path = "../api" }
nydus-error = { version = "0.2", path = "../error" }
nydus-storage = { version = "0.6", path = "../storage", features = ["backend-localfs"] }
nydus-utils = { version = "0.4", path = "../utils" }

[dev-dependencies]
vmm-sys-util = "0.10"
vmm-sys-util = "0.11"
assert_matches = "1.5.0"

[features]
Expand Down
12 changes: 6 additions & 6 deletions service/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ edition = "2018"
resolver = "2"

[dependencies]
fuse-backend-rs = "0.10.1"
fuse-backend-rs = "0.10.5"
libc = "0.2"
log = "0.4.8"
mio = { version = "0.8", features = ["os-poll", "os-ext"] }
Expand All @@ -28,14 +28,14 @@ nydus-rafs = { version = "0.2.2", path = "../rafs" }
nydus-storage = { version = "0.6.2", path = "../storage" }
nydus-utils = { version = "0.4.1", path = "../utils" }

vhost = { version = "0.5.0", features = ["vhost-user-slave"], optional = true }
vhost-user-backend = { version = "0.7.0", optional = true }
vhost = { version = "0.6.0", features = ["vhost-user-slave"], optional = true }
vhost-user-backend = { version = "0.8.0", optional = true }
virtio-bindings = { version = "0.1", features = ["virtio-v5_0_0"], optional = true }
virtio-queue = { version = "0.6.0", optional = true }
vm-memory = { version = "0.9.0", features = ["backend-mmap"], optional = true }
virtio-queue = { version = "0.7.0", optional = true }
vm-memory = { version = "0.10.0", features = ["backend-mmap"], optional = true }

[dev-dependencies]
vmm-sys-util = "0.10.0"
vmm-sys-util = "0.11.0"

[features]
default = ["fuse-backend-rs/fusedev"]
Expand Down
6 changes: 3 additions & 3 deletions storage/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,8 @@ tokio = { version = "1.19.0", features = [
"time",
] }
url = { version = "2.1.1", optional = true }
vm-memory = "0.9"
fuse-backend-rs = "0.10"
vm-memory = "0.10"
fuse-backend-rs = "0.10.5"
gpt = { version = "3.0.0", optional = true }

nydus-api = { version = "0.2", path = "../api" }
Expand All @@ -50,7 +50,7 @@ nydus-error = { version = "0.2", path = "../error" }
sha1 = { version = "0.10.5", optional = true }

[dev-dependencies]
vmm-sys-util = "0.10"
vmm-sys-util = "0.11"
tar = "0.4.38"
regex = "1.7.0"

Expand Down
2 changes: 1 addition & 1 deletion utils/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ libz-sys = { version = "1.1.8", features = ["zlib-ng"], default-features = false
flate2 = { version = "1.0.17", features = ["zlib-ng-compat"], default-features = false }

[dev-dependencies]
vmm-sys-util = "0.10.0"
vmm-sys-util = "0.11.0"
tar = "0.4.38"

[features]
Expand Down