8000 build(deps): bump uuid from 1.10.0 to 1.11.0 (#927) · vectorlink-ai/datafusion-python@7007e02 · GitHub
[go: up one dir, main page]

Skip to content

Commit 7007e02

Browse files
build(deps): bump uuid from 1.10.0 to 1.11.0 (apache#927)
Bumps [uuid](https://github.com/uuid-rs/uuid) from 1.10.0 to 1.11.0. - [Release notes](https://github.com/uuid-rs/uuid/releases) - [Commits](uuid-rs/uuid@1.10.0...1.11.0) --- updated-dependencies: - dependency-name: uuid dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 56b7243 commit 7007e02

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
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.

Cargo.toml

Lines changed: 1 addition & 1 deletion
< 6DF1 /tr>
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ datafusion = { version = "42.0.0", features = ["pyarrow", "avro", "unicode_expre
4141
datafusion-substrait = { version = "42.0.0", optional = true }
4242
datafusion-proto = { version = "42.0.0" }
4343
prost = "0.13" # keep in line with `datafusion-substrait`
44-
uuid = { version = "1.9", features = ["v4"] }
44+
uuid = { version = "1.11", features = ["v4"] }
4545
mimalloc = { version = "0.1", optional = true, default-features = false, features = ["local_dynamic_tls"] }
4646
async-trait = "0.1"
4747
futures = "0.3"

0 commit comments

Comments
 (0)
0