Skip to content

Commit 939ba60

Browse files
build(deps): bump uuid from 1.17.0 to 1.18.0
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]>
1 parent be88837 commit 939ba60

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 = "48.0.0", optional = true }
4444
datafusion-proto = { version = "48.0.0" }
4545
datafusion-ffi = { version = "48.0.0" }
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)