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
3 changed files with 5 additions and 5 deletions

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"] }