Skip to content

Commit 9aaa775

Browse files
chore(rust): Bump tokio from 1.48.0 to 1.49.0 in /rust (#3866)
Bumps [tokio](https://github.com/tokio-rs/tokio) from 1.48.0 to 1.49.0. Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent ad7c17b commit 9aaa775

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.1.0"
3838
arrow-schema = "57.1.0"
3939
datafusion = { version = "51.0.0", default-features = false }
4040
datafusion-substrait = { version = "51.0.0", default-features = false }
41-
tokio = { version = "1.48", features = ["rt-multi-thread"] }
41+
tokio = { version = "1.49", features = ["rt-multi-thread"] }
4242
prost = "0.14.1"
4343

4444
[dev-dependencies]

0 commit comments

Comments
 (0)