build(deps): bump uuid from 1.12.0 to 1.16.0 (#15346)

This commit is contained in:
dependabot[bot] 2025-03-20 15:46:25 +00:00 committed by GitHub
parent c99c8119fe
commit 946cef77f1
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with 5 additions and 5 deletions

6
Cargo.lock generated
View File

@ -7753,12 +7753,12 @@ checksum = "0bb6d972f580f8223cb7052d8580aea2b7061e368cf476de32ea9457b19459ed"
[[package]]
name = "uuid"
version = "1.12.0"
version = "1.16.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "744018581f9a3454a9e15beb8a33b017183f1e7c0cd170232a2d1453b23a51c4"
checksum = "458f7a779bf54acc9f347480ac654f68407d3aab21269a6e3c9f922acd9e2da9"
dependencies = [
"atomic",
"getrandom 0.2.15",
"getrandom 0.3.1",
"md-5",
"serde",
"sha1_smol",

View File

@ -178,7 +178,7 @@ uu_touch = "0.0.30"
uu_whoami = "0.0.30"
uu_uname = "0.0.30"
uucore = "0.0.30"
uuid = "1.12.0"
uuid = "1.16.0"
v_htmlescape = "0.15.0"
wax = "0.6"
web-time = "1.1.0"

View File

@ -38,7 +38,7 @@ polars-utils = { version = "0.46"}
typetag = "0.2"
env_logger = "0.11.3"
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
hashbrown = { version = "0.15", features = ["rayon", "serde"] }