mirror of
https://github.com/nushell/nushell.git
synced 2025-04-18 18:28:19 +02:00
build(deps): bump uuid from 1.12.0 to 1.16.0 (#15346)
This commit is contained in:
parent
c99c8119fe
commit
946cef77f1
6
Cargo.lock
generated
6
Cargo.lock
generated
@ -7753,12 +7753,12 @@ checksum = "0bb6d972f580f8223cb7052d8580aea2b7061e368cf476de32ea9457b19459ed"
|
|||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "uuid"
|
name = "uuid"
|
||||||
version = "1.12.0"
|
version = "1.16.0"
|
||||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||||
checksum = "744018581f9a3454a9e15beb8a33b017183f1e7c0cd170232a2d1453b23a51c4"
|
checksum = "458f7a779bf54acc9f347480ac654f68407d3aab21269a6e3c9f922acd9e2da9"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"atomic",
|
"atomic",
|
||||||
"getrandom 0.2.15",
|
"getrandom 0.3.1",
|
||||||
"md-5",
|
"md-5",
|
||||||
"serde",
|
"serde",
|
||||||
"sha1_smol",
|
"sha1_smol",
|
||||||
|
@ -178,7 +178,7 @@ uu_touch = "0.0.30"
|
|||||||
uu_whoami = "0.0.30"
|
uu_whoami = "0.0.30"
|
||||||
uu_uname = "0.0.30"
|
uu_uname = "0.0.30"
|
||||||
uucore = "0.0.30"
|
uucore = "0.0.30"
|
||||||
uuid = "1.12.0"
|
uuid = "1.16.0"
|
||||||
v_htmlescape = "0.15.0"
|
v_htmlescape = "0.15.0"
|
||||||
wax = "0.6"
|
wax = "0.6"
|
||||||
web-time = "1.1.0"
|
web-time = "1.1.0"
|
||||||
|
@ -38,7 +38,7 @@ polars-utils = { version = "0.46"}
|
|||||||
typetag = "0.2"
|
typetag = "0.2"
|
||||||
env_logger = "0.11.3"
|
env_logger = "0.11.3"
|
||||||
log.workspace = true
|
log.workspace = true
|
||||||
uuid = { version = "1.12", features = ["v4", "serde"] }
|
uuid = { version = "1.16", features = ["v4", "serde"] }
|
||||||
|
|
||||||
# Do to a compile error with polars, this included to force the raw dependency
|
# Do to a compile error with polars, this included to force the raw dependency
|
||||||
hashbrown = { version = "0.15", features = ["rayon", "serde"] }
|
hashbrown = { version = "0.15", features = ["rayon", "serde"] }
|
||||||
|
Loading…
Reference in New Issue
Block a user