Skip to content

Commit

Permalink
Update Rust crate tokio to v1.41.0
Browse files Browse the repository at this point in the history
  • Loading branch information
sqlynx-renovate[bot] authored and ankoh committed Oct 24, 2024
1 parent 93e94dd commit d462ed2
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions 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 packages/sqlynx-compute/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ anyhow = "1.0.90"

prost = "0.13.3"

tokio = { version = "1.40.0", features = ["macros", "rt", "sync"] }
tokio = { version = "1.41.0", features = ["macros", "rt", "sync"] }
arrow = { version = "53.1.0", default-features = false, features = ["ipc"] }

datafusion-common = { version = "42.1.0", default-features = false }
Expand Down
2 changes: 1 addition & 1 deletion packages/sqlynx-native/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ features = [
]

[dependencies.tokio]
version = "^1.40.0"
version = "^1.41.0"
features = [
"net",
"rt",
Expand Down
2 changes: 1 addition & 1 deletion packages/sqlynx-pack/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ features = ["json"]
version = "1.5.8"

[dependencies.tokio]
version = "1.40.0"
version = "1.41.0"
features = ["full"]

[dependencies.clap]
Expand Down

0 comments on commit d462ed2

Please sign in to comment.