Bump uuid from 1.5.0 to 1.6.0 (#11104)

This commit is contained in:
dependabot[bot] 2023-11-20 19:38:41 +00:00 committed by GitHub
parent f5b2f5a9ee
commit 869b01205c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 4 additions and 4 deletions

4
Cargo.lock generated
View File

@ -5813,9 +5813,9 @@ checksum = "e269065dd0e7d561fb4c16fc0ef754c6da9333ccab08d6eda770dc6e2575aff0"
[[package]]
name = "uuid"
version = "1.5.0"
version = "1.6.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "88ad59a7560b41a70d191093a945f0b87bc1deeda46fb237479708a1d6b6cdfc"
checksum = "c58fe91d841bc04822c9801002db4ea904b9e4b8e6bbad25127b46eff8dc516b"
dependencies = [
"getrandom",
]

View File

@ -39,7 +39,7 @@ percent-encoding = "2"
pathdiff = "0.2"
sysinfo = "0.29"
unicode-segmentation = "1.10"
uuid = { version = "1.5.0", features = ["v4"] }
uuid = { version = "1.6.0", features = ["v4"] }
[features]
plugin = []

View File

@ -92,7 +92,7 @@ uu_cp = "0.0.23"
uu_whoami = "0.0.23"
uu_mkdir = "0.0.23"
uu_mktemp = "0.0.23"
uuid = { version = "1.5", features = ["v4"] }
uuid = { version = "1.6", features = ["v4"] }
wax = { version = "0.6" }
which = { version = "5.0", optional = true }
bracoxide = "0.1.2"