Skip to content

Commit bf95b7c

Browse files
build(deps): bump uuid from 1.16.0 to 1.17.0
Bumps [uuid](https://github.com/uuid-rs/uuid) from 1.16.0 to 1.17.0. - [Release notes](https://github.com/uuid-rs/uuid/releases) - [Commits](uuid-rs/uuid@v1.16.0...v1.17.0) --- updated-dependencies: - dependency-name: uuid dependency-version: 1.17.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 0cc9b0a commit bf95b7c

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
@@ -43,7 +43,7 @@ datafusion-substrait = { version = "47.0.0", optional = true }
4343
datafusion-proto = { version = "47.0.0" }
4444
datafusion-ffi = { version = "47.0.0" }
4545
prost = "0.13.1" # keep in line with `datafusion-substrait`
46-
uuid = { version = "1.16", features = ["v4"] }
46+
uuid = { version = "1.17", features = ["v4"] }
4747
mimalloc = { version = "0.1", optional = true, default-features = false, features = ["local_dynamic_tls"] }
4848
async-trait = "0.1.88"
4949
futures = "0.3"

0 commit comments

Comments
 (0)