Bump uuid from 1.4.1 to 1.5.0 (#10810)

This commit is contained in:
dependabot[bot] 2023-10-23 14:14:08 +08:00 committed by GitHub
parent 74d3f3c1d6
commit 5e0499fcf9
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

@ -5672,9 +5672,9 @@ checksum = "6de61731e36d52d3babb63e2dce8fe648e2644e9ddfe2621e0eea699022051a6"
[[package]] [[package]]
name = "uuid" name = "uuid"
version = "1.4.1" version = "1.5.0"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "79daa5ed5740825c40b389c5e50312b9c86df53fccd33f281df655642b43869d" checksum = "88ad59a7560b41a70d191093a945f0b87bc1deeda46fb237479708a1d6b6cdfc"
dependencies = [ dependencies = [
"getrandom", "getrandom",
] ]

View File

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

View File

@ -88,7 +88,7 @@ unicode-segmentation = "1.10"
ureq = { version = "2.8", default-features = false, features = ["charset", "gzip", "json", "native-tls"] } ureq = { version = "2.8", default-features = false, features = ["charset", "gzip", "json", "native-tls"] }
url = "2.2" url = "2.2"
uu_cp = "0.0.22" uu_cp = "0.0.22"
uuid = { version = "1.3", features = ["v4"] } uuid = { version = "1.5", features = ["v4"] }
wax = { version = "0.6" } wax = { version = "0.6" }
which = { version = "4.4", optional = true } which = { version = "4.4", optional = true }
bracoxide = "0.1.2" bracoxide = "0.1.2"