Skip to content

Commit a256eb4

Browse files
chore(deps): bump uuid from 1.16.0 to 1.17.0 (apache#16162)
Bumps [uuid](https://github.com/uuid-rs/uuid) from 1.16.0 to 1.17.0. - [Release notes](https://github.com/uuid-rs/uuid/releases) - [Commits](uuid-rs/uuid@v1.16.0...v1.17.0) --- updated-dependencies: - dependency-name: uuid dependency-version: 1.17.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent e305353 commit a256eb4

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

Cargo.lock

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

datafusion-examples/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ tonic = "0.12.1"
7777
tracing = { version = "0.1" }
7878
tracing-subscriber = { version = "0.3" }
7979
url = { workspace = true }
80-
uuid = "1.16"
80+
uuid = "1.17"
8181

8282
[target.'cfg(not(target_os = "windows"))'.dev-dependencies]
8383
nix = { version = "0.30.1", features = ["fs"] }

datafusion/core/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,7 @@ sqlparser = { workspace = true }
138138
tempfile = { workspace = true }
139139
tokio = { workspace = true }
140140
url = { workspace = true }
141-
uuid = { version = "1.16", features = ["v4", "js"] }
141+
uuid = { version = "1.17", features = ["v4", "js"] }
142142
xz2 = { version = "0.1", optional = true, features = ["static"] }
143143
zstd = { version = "0.13", optional = true, default-features = false }
144144

datafusion/functions/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ rand = { workspace = true }
8282
regex = { workspace = true, optional = true }
8383
sha2 = { version = "^0.10.9", optional = true }
8484
unicode-segmentation = { version = "^1.7.1", optional = true }
85-
uuid = { version = "1.16", features = ["v4"], optional = true }
85+
uuid = { version = "1.17", features = ["v4"], optional = true }
8686

8787
[dev-dependencies]
8888
arrow = { workspace = true, features = ["test_utils"] }

0 commit comments

Comments
 (0)