Skip to content

Commit 33b2609

Browse files
build(deps): bump uuid from 1.18.1 to 1.19.0
Bumps [uuid](https://github.com/uuid-rs/uuid) from 1.18.1 to 1.19.0. - [Release notes](https://github.com/uuid-rs/uuid/releases) - [Commits](uuid-rs/uuid@v1.18.1...v1.19.0) --- updated-dependencies: - dependency-name: uuid dependency-version: 1.19.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 276dc6a commit 33b2609

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

Cargo.lock

Lines changed: 3 additions & 3 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
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ datafusion-substrait = { version = "50", optional = true }
6262
datafusion-proto = { version = "50" }
6363
datafusion-ffi = { version = "50" }
6464
prost = "0.13.1" # keep in line with `datafusion-substrait`
65-
uuid = { version = "1.18", features = ["v4"] }
65+
uuid = { version = "1.19", features = ["v4"] }
6666
mimalloc = { version = "0.1", optional = true, default-features = false, features = [
6767
"local_dynamic_tls",
6868
] }

0 commit comments

Comments
 (0)