Skip to content

Commit 0e48abc

Browse files
Update uuid requirement from 0.8 to 1.18
Updates the requirements on [uuid](https://github.com/uuid-rs/uuid) to permit the latest version. - [Release notes](https://github.com/uuid-rs/uuid/releases) - [Commits](uuid-rs/uuid@0.8.0...v1.18.0) --- updated-dependencies: - dependency-name: uuid dependency-version: 1.18.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent bf71577 commit 0e48abc

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

ballista/rust/core/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ serde = {version = "1", features = ["derive"]}
4040
sqlparser = "0.13"
4141
tokio = "1.0"
4242
tonic = "0.6"
43-
uuid = { version = "0.8", features = ["v4"] }
43+
uuid = { version = "1.18", features = ["v4"] }
4444
chrono = { version = "0.4", default-features = false }
4545
clap = { version = "3", features = ["derive", "cargo"] }
4646
parse_arg = "0.1.3"

ballista/rust/executor/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ tempfile = "3"
4444
tokio = { version = "1.0", features = ["macros", "rt", "rt-multi-thread"] }
4545
tokio-stream = { version = "0.1", features = ["net"] }
4646
tonic = "0.6"
47-
uuid = { version = "0.8", features = ["v4"] }
47+
uuid = { version = "1.18", features = ["v4"] }
4848
hyper = "0.14.4"
4949

5050
[dev-dependencies]

ballista/rust/scheduler/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ warp = "0.3"
5656

5757
[dev-dependencies]
5858
ballista-core = { path = "../core", version = "0.6.0" }
59-
uuid = { version = "0.8", features = ["v4"] }
59+
uuid = { version = "1.18", features = ["v4"] }
6060

6161
[build-dependencies]
6262
configure_me_codegen = "0.4.1"

0 commit comments

Comments
 (0)