8000 build(deps): bump uuid from 1.7.0 to 1.8.0 (#615) · samuelcolvin/datafusion-python@7d08ec9 · GitHub
[go: up one dir, main page]

Skip to content

Commit 7d08ec9

Browse files
build(deps): bump uuid from 1.7.0 to 1.8.0 (apache#615)
Bumps [uuid](https://github.com/uuid-rs/uuid) from 1.7.0 to 1.8.0. - [Release notes](https://github.com/uuid-rs/uuid/releases) - [Commits](uuid-rs/uuid@1.7.0...1.8.0) --- updated-dependencies: - dependency-name: uuid dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 5e97701 commit 7d08ec9

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
@@ -46,7 +46,7 @@ datafusion-sql = "36.0.0"
4646
datafusion-substrait = { version = "36.0.0", optional = true }
4747
prost = "0.12"
4848
prost-types = "0.12"
49-
uuid = { version = "1.3", features = ["v4"] }
49+
uuid = { version = "1.8", features = ["v4"] }
5050
mimalloc = { version = "0.1", optional = true, default-features = false, features = ["local_dynamic_tls"] }
5151
async-trait = "0.1"
5252
futures = "0.3"

0 commit comments

Comments
 (0)
0