Skip to content

Commit 1cea328

Browse files
build(deps): bump uuid from 1.18.1 to 1.19.0 (#17264)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 3728728 commit 1cea328

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

Cargo.lock

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -198,7 +198,7 @@ uu_touch = "0.5.0"
198198
uu_whoami = "0.5.0"
199199
uu_uname = "0.5.0"
200200
uucore = "0.5.0"
201-
uuid = "1.16.0"
201+
uuid = "1.19.0"
202202
v_htmlescape = "0.15.0"
203203
wax = "0.6"
204204
web-time = "1.1.0"

crates/nu_plugin_polars/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ planus = { version = "=1.1.1" } # Temporarily here to convince cargo not to upgr
4444
typetag = "0.2"
4545
env_logger = "0.11.3"
4646
log.workspace = true
47-
uuid = { version = "1.18", features = ["v4", "serde"] }
47+
uuid = { version = "1.19", features = ["v4", "serde"] }
4848

4949
# Do to a compile error with polars, this included to force the raw dependency
5050
hashbrown = { version = "0.16", features = ["rayon", "serde"] }

0 commit comments

Comments
 (0)