Skip to content

Commit 75896e5

Browse files
build(deps): bump uuid from 1.8.0 to 1.9.1 (#744)
Bumps [uuid](https://github.com/uuid-rs/uuid) from 1.8.0 to 1.9.1. - [Release notes](https://github.com/uuid-rs/uuid/releases) - [Commits](uuid-rs/uuid@1.8.0...1.9.1) --- updated-dependencies: - dependency-name: uuid 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 f374b44 commit 75896e5

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
@@ -47,7 +47,7 @@ datafusion-sql = "39.0.0"
4747
datafusion-substrait = { version = "39.0.0", optional = true }
4848
prost = "0.12"
4949
prost-types = "0.12"
50-
uuid = { version = "1.8", features = ["v4"] }
50+
uuid = { version = "1.9", features = ["v4"] }
5151
mimalloc = { version = "0.1", optional = true, default-features = false, features = ["local_dynamic_tls"] }
5252
async-trait = "0.1"
5353
futures = "0.3"

0 commit comments

Comments
 (0)