Merge pull request #116 from containerd/dependabot/cargo/oci-spec-0.6.0
build(deps): update oci-spec requirement from 0.5.8 to 0.6.0
This commit is contained in:
commit
526b372ea7
|
|
@ -29,7 +29,7 @@ libc = "0.2.95"
|
|||
time = { version = "0.3.7", features = ["serde", "std"] }
|
||||
serde = { version = "1.0.133", features = ["derive"] }
|
||||
serde_json = "1.0.74"
|
||||
oci-spec = "0.5.4"
|
||||
oci-spec = "0.6.0"
|
||||
crossbeam = "0.8.1"
|
||||
|
||||
# Async dependencies
|
||||
|
|
|
|||
|
|
@ -18,7 +18,7 @@ async = ["tokio", "async-trait", "futures", "tokio-pipe"]
|
|||
libc = "0.2.112"
|
||||
log = "0.4.14"
|
||||
nix = "0.26"
|
||||
oci-spec = "0.5.4"
|
||||
oci-spec = "0.6.0"
|
||||
path-absolutize = "3.0.11"
|
||||
rand = "0.8.4"
|
||||
serde = { version = "1.0.133", features = ["derive"] }
|
||||
|
|
|
|||
|
|
@ -31,7 +31,7 @@ serde_derive = "1.0.136"
|
|||
serde = "1.0.136"
|
||||
uuid = { version = "1.0.0", features = ["v4"] }
|
||||
signal-hook = "0.3.13"
|
||||
oci-spec = "0.5.8"
|
||||
oci-spec = "0.6.0"
|
||||
prctl = "1.0.0"
|
||||
page_size = "0.5.0"
|
||||
regex = "1"
|
||||
|
|
|
|||
Loading…
Reference in New Issue