mirror of
https://github.com/containers/youki
synced 2024-11-23 01:11:58 +01:00
Merge pull request #2954 from containers/dependabot/cargo/uuid-1.11.0
Bump uuid from 1.10.0 to 1.11.0
This commit is contained in:
commit
1e9eb48299
4
Cargo.lock
generated
4
Cargo.lock
generated
@ -4427,9 +4427,9 @@ checksum = "711b9620af191e0cdc7468a8d14e709c3dcdb115b36f838e601583af800a370a"
|
|||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "uuid"
|
name = "uuid"
|
||||||
version = "1.10.0"
|
version = "1.11.0"
|
||||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||||
checksum = "81dfa00651efa65069b0b6b651f4aaa31ba9e3c3ce0137aaad053604ee7e0314"
|
checksum = "f8c5f0a0af699448548ad1a2fbf920fb4bee257eae39953ba95cb84891a0446a"
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "valuable"
|
name = "valuable"
|
||||||
|
@ -19,7 +19,7 @@ serde = { version = "1.0", features = ["derive"] }
|
|||||||
serde_json = "1.0"
|
serde_json = "1.0"
|
||||||
tar = "0.4"
|
tar = "0.4"
|
||||||
test_framework = { path = "../test_framework" }
|
test_framework = { path = "../test_framework" }
|
||||||
uuid = "1.10"
|
uuid = "1.11"
|
||||||
which = "6.0.3"
|
which = "6.0.3"
|
||||||
tempfile = "3"
|
tempfile = "3"
|
||||||
scopeguard = "1.2.0"
|
scopeguard = "1.2.0"
|
||||||
|
Loading…
Reference in New Issue
Block a user