Merge pull request #69 from containerd/dependabot/cargo/uuid-1.0.0

build(deps): update uuid requirement from 0.8.2 to 1.0.0
This commit is contained in:
Maksym Pavlenko 2022-04-20 16:49:31 -07:00 committed by GitHub
commit 0907d5b42b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -25,7 +25,7 @@ serde_json = "1.0.74"
tempfile = "3.3.0"
thiserror = "1.0.30"
time = { version = "0.3.7", features = ["serde", "std"] }
uuid = { version = "0.8.2", features = ["v4"] }
uuid = { version = "1.0.0", features = ["v4"] }
os_pipe = "1.0.0"
# Async dependencies

View File

@ -28,7 +28,7 @@ time = { version = "0.3.7", features = ["serde", "std"] }
serde_json = "1.0.78"
serde_derive = "1.0.136"
serde = "1.0.136"
uuid = { version = "0.8.2", features = ["v4"] }
uuid = { version = "1.0.0", features = ["v4"] }
signal-hook = "0.3.13"
oci-spec = "0.5.4"
prctl = "1.0.0"