Skip to content

Commit bb3f4bf

Browse files
chore(rust): Bump tokio from 1.49.0 to 1.50.0 in /rust (apache#4038)
Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 39acf79 commit bb3f4bf

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

rust/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.

rust/driver/datafusion/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ arrow-buffer = "57.3.0"
3838
arrow-schema = "57.3.0"
3939
datafusion = { version = "52.1.0", default-features = false }
4040
datafusion-substrait = { version = "52.1.0", default-features = false }
41-
tokio = { version = "1.49", features = ["rt-multi-thread"] }
41+
tokio = { version = "1.50", features = ["rt-multi-thread"] }
4242
prost = "0.14.3"
4343

4444
[dev-dependencies]

0 commit comments

Comments
 (0)