mirror of
https://github.com/nushell/nushell.git
synced 2025-01-22 06:08:47 +01:00
Bump uuid from 1.5.0 to 1.6.0 (#11104)
This commit is contained in:
parent
f5b2f5a9ee
commit
869b01205c
4
Cargo.lock
generated
4
Cargo.lock
generated
@ -5813,9 +5813,9 @@ checksum = "e269065dd0e7d561fb4c16fc0ef754c6da9333ccab08d6eda770dc6e2575aff0"
|
|||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "uuid"
|
name = "uuid"
|
||||||
version = "1.5.0"
|
version = "1.6.0"
|
||||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||||
checksum = "88ad59a7560b41a70d191093a945f0b87bc1deeda46fb237479708a1d6b6cdfc"
|
checksum = "c58fe91d841bc04822c9801002db4ea904b9e4b8e6bbad25127b46eff8dc516b"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"getrandom",
|
"getrandom",
|
||||||
]
|
]
|
||||||
|
@ -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.5.0", features = ["v4"] }
|
uuid = { version = "1.6.0", features = ["v4"] }
|
||||||
|
|
||||||
[features]
|
[features]
|
||||||
plugin = []
|
plugin = []
|
||||||
|
@ -92,7 +92,7 @@ uu_cp = "0.0.23"
|
|||||||
uu_whoami = "0.0.23"
|
uu_whoami = "0.0.23"
|
||||||
uu_mkdir = "0.0.23"
|
uu_mkdir = "0.0.23"
|
||||||
uu_mktemp = "0.0.23"
|
uu_mktemp = "0.0.23"
|
||||||
uuid = { version = "1.5", features = ["v4"] }
|
uuid = { version = "1.6", features = ["v4"] }
|
||||||
wax = { version = "0.6" }
|
wax = { version = "0.6" }
|
||||||
which = { version = "5.0", optional = true }
|
which = { version = "5.0", optional = true }
|
||||||
bracoxide = "0.1.2"
|
bracoxide = "0.1.2"
|
||||||
|
Loading…
Reference in New Issue
Block a user