Skip to content

Commit 4472c6c

Browse files
build(deps): bump uuid from 1.17.0 to 1.18.0 (#1202)
Bumps [uuid](https://github.com/uuid-rs/uuid) from 1.17.0 to 1.18.0. - [Release notes](https://github.com/uuid-rs/uuid/releases) - [Commits](uuid-rs/uuid@v1.17.0...v1.18.0) --- updated-dependencies: - dependency-name: uuid dependency-version: 1.18.0 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 f0af095 commit 4472c6c

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
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ datafusion-substrait = { version = "49.0.1", optional = true }
4444
datafusion-proto = { version = "49.0.1" }
4545
datafusion-ffi = { version = "49.0.1" }
4646
prost = "0.13.1" # keep in line with `datafusion-substrait`
47-
uuid = { version = "1.16", features = ["v4"] }
47+
uuid = { version = "1.18", features = ["v4"] }
4848
mimalloc = { version = "0.1", optional = true, default-features = false, features = ["local_dynamic_tls"] }
4949
async-trait = "0.1.88"
5050
futures = "0.3"

0 commit comments

Comments
 (0)