Skip to content

Commit 4780a11

Browse files
chore(deps): bump uuid from 1.15.1 to 1.16.0 (#15292)
Bumps [uuid](https://github.com/uuid-rs/uuid) from 1.15.1 to 1.16.0. - [Release notes](https://github.com/uuid-rs/uuid/releases) - [Commits](uuid-rs/uuid@v1.15.1...v1.16.0) --- updated-dependencies: - dependency-name: uuid 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 865ae80 commit 4780a11

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
@@ -74,7 +74,7 @@ test-utils = { path = "../test-utils" }
7474
tokio = { workspace = true, features = ["rt-multi-thread", "parking_lot"] }
7575
tonic = "0.12.1"
7676
url = { workspace = true }
77-
uuid = "1.15"
77+
uuid = "1.16"
7878

7979
[target.'cfg(not(target_os = "windows"))'.dev-dependencies]
8080
nix = { version = "0.29.0", 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.15", features = ["v4", "js"] }
141+
uuid = { version = "1.16", 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
@@ -85,7 +85,7 @@ rand = { workspace = true }
8585
regex = { workspace = true, optional = true }
8686
sha2 = { version = "^0.10.1", optional = true }
8787
unicode-segmentation = { version = "^1.7.1", optional = true }
88-
uuid = { version = "1.15", features = ["v4"], optional = true }
88+
uuid = { version = "1.16", features = ["v4"], optional = true }
8989

9090
[dev-dependencies]
9191
arrow = { workspace = true, features = ["test_utils"] }

0 commit comments

Comments
 (0)