Skip to content

Commit 77c5288

Browse files
chore(deps): bump uuid from 1.13.2 to 1.14.0
Bumps [uuid](https://github.com/uuid-rs/uuid) from 1.13.2 to 1.14.0. - [Release notes](https://github.com/uuid-rs/uuid/releases) - [Commits](uuid-rs/uuid@v1.13.2...v1.14.0) --- updated-dependencies: - dependency-name: uuid dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent aadb0b6 commit 77c5288

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.13"
77+
uuid = "1.14"
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
@@ -125,7 +125,7 @@ sqlparser = { workspace = true }
125125
tempfile = { workspace = true }
126126
tokio = { workspace = true }
127127
url = { workspace = true }
128-
uuid = { version = "1.13", features = ["v4", "js"] }
128+
uuid = { version = "1.14", features = ["v4", "js"] }
129129
xz2 = { version = "0.1", optional = true, features = ["static"] }
130130
zstd = { version = "0.13", optional = true, default-features = false }
131131

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.13", features = ["v4"], optional = true }
88+
uuid = { version = "1.14", features = ["v4"], optional = true }
8989

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

0 commit comments

Comments
 (0)