Skip to content

Commit

Permalink
Bump uuid from 1.8.0 to 1.9.1 (nushell#13227)
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] authored Jun 26, 2024
1 parent c5a00ca commit 38ecb6d
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -172,7 +172,7 @@ uu_mv = "0.0.26"
uu_whoami = "0.0.26"
uu_uname = "0.0.26"
uucore = "0.0.26"
uuid = "1.8.0"
uuid = "1.9.1"
v_htmlescape = "0.15.0"
wax = "0.6"
which = "6.0.0"
Expand Down
2 changes: 1 addition & 1 deletion crates/nu_plugin_polars/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ polars-ops = { version = "0.40"}
polars-plan = { version = "0.40", features = ["regex"]}
polars-utils = { version = "0.40"}
typetag = "0.2"
uuid = { version = "1.7", features = ["v4", "serde"] }
uuid = { version = "1.9", features = ["v4", "serde"] }

[dependencies.polars]
features = [
Expand Down

0 comments on commit 38ecb6d

Please sign in to comment.