Skip to content

Commit

Permalink
chore(rust): bump tokio from 1.41.1 to 1.42.0 in /rust (#2384)
Browse files Browse the repository at this point in the history
Bumps [tokio](https://github.com/tokio-rs/tokio) from 1.41.1 to 1.42.0.

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Dec 27, 2024
1 parent ba7a4f5 commit a3d6589
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions rust/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion rust/driver/datafusion/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ arrow-buffer.workspace = true
arrow-schema.workspace = true
datafusion = "43.0.0"
datafusion-substrait = "43.0.0"
tokio = { version = "1.0", features = ["rt-multi-thread"] }
tokio = { version = "1.42", features = ["rt-multi-thread"] }
prost = "0.13.4"

[dev-dependencies]
Expand Down

0 comments on commit a3d6589

Please sign in to comment.