Skip to content

Commit 18b85dd

Browse files
chore(deps): bump uuid from 1.18.0 to 1.18.1 (#17384)
Bumps [uuid](https://github.com/uuid-rs/uuid) from 1.18.0 to 1.18.1. - [Release notes](https://github.com/uuid-rs/uuid/releases) - [Commits](uuid-rs/uuid@v1.18.0...v1.18.1) --- updated-dependencies: - dependency-name: uuid dependency-version: 1.18.1 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 338a96e commit 18b85dd

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
@@ -85,7 +85,7 @@ tonic = "0.13.1"
8585
tracing = { version = "0.1" }
8686
tracing-subscriber = { version = "0.3" }
8787
url = { workspace = true }
88-
uuid = "1.17"
88+
uuid = "1.18"
8989

9090
[target.'cfg(not(target_os = "windows"))'.dev-dependencies]
9191
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
@@ -149,7 +149,7 @@ sqlparser = { workspace = true }
149149
tempfile = { workspace = true }
150150
tokio = { workspace = true }
151151
url = { workspace = true }
152-
uuid = { version = "1.17", features = ["v4", "js"] }
152+
uuid = { version = "1.18", features = ["v4", "js"] }
153153
xz2 = { version = "0.1", optional = true, features = ["static"] }
154154
zstd = { version = "0.13", optional = true, default-features = false }
155155

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.17", features = ["v4"], optional = true }
85+
uuid = { version = "1.18", features = ["v4"], optional = true }
8686

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

0 commit comments

Comments
 (0)