Skip to content

Commit e7fa805

Browse files
wllenyjbergwolf
authored andcommitted
upgrade nix to 0.23.1
This is to fix the warning of `cargo deny check bans`. Sync to the version of image-service. ``` warning[B004]: found 3 duplicate entries for crate 'nix' ┌─ ./dragonball-sandbox/Cargo.lock:87:1 │ 87 │ ╭ nix 0.15.0 registry+https://github.com/rust-lang/crates.io-index 88 │ │ nix 0.22.3 registry+https://github.com/rust-lang/crates.io-index 89 │ │ nix 0.23.1 registry+https://github.com/rust-lang/crates.io-index │ ╰────────────────────────────────────────────────────────────────^ lock entries │ = nix v0.15.0 ├── dbs-address-space v0.1.0 └── dbs-virtio-devices v0.1.0 = nix v0.22.3 └── fuse-backend-rs v0.4.0 ├── blobfs v0.1.0 │ └── dbs-virtio-devices v0.1.0 ├── dbs-virtio-devices v0.1.0 (*) ├── nydus-utils v0.1.0 │ ├── rafs v0.1.0 │ │ ├── blobfs v0.1.0 (*) │ │ └── dbs-virtio-devices v0.1.0 (*) │ └── storage v0.5.0 │ ├── blobfs v0.1.0 (*) │ └── rafs v0.1.0 (*) ├── rafs v0.1.0 (*) └── storage v0.5.0 (*) = nix v0.23.1 ├── rafs v0.1.0 │ ├── blobfs v0.1.0 │ │ └── dbs-virtio-devices v0.1.0 │ └── dbs-virtio-devices v0.1.0 (*) └── storage v0.5.0 ├── blobfs v0.1.0 (*) └── rafs v0.1.0 (*) ``` Signed-off-by: wllenyj <[email protected]>
1 parent c00fbed commit e7fa805

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ bitflags = ">=1.1.0"
2323
#iou = { version = "0.3.3", optional = true }
2424
libc = ">=0.2.68"
2525
log = ">=0.4.6"
26-
nix = "0.22"
26+
nix = "0.23.1"
2727
lazy_static = "1.4"
2828
#ringbahn = { version = "0.0.0-experimental.3", optional = true }
2929
vmm-sys-util = { version = ">=0.9", optional = true }

0 commit comments

Comments
 (0)