Skip to content

Commit ed24863

Browse files
build(deps): bump uuid from 1.11.0 to 1.12.0
Bumps [uuid](https://github.com/uuid-rs/uuid) from 1.11.0 to 1.12.0. - [Release notes](https://github.com/uuid-rs/uuid/releases) - [Commits](uuid-rs/uuid@1.11.0...1.12.0) --- updated-dependencies: - dependency-name: uuid dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 39fec53 commit ed24863

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

0 commit comments

Comments
 (0)