Skip to content

Commit

Permalink
Bump tokio from 1.42.0 to 1.43.0 (#755)
Browse files Browse the repository at this point in the history
Bumps [tokio](https://github.com/tokio-rs/tokio) from 1.42.0 to 1.43.0.
- [Release notes](https://github.com/tokio-rs/tokio/releases)
- [Commits](tokio-rs/tokio@tokio-1.42.0...tokio-1.43.0)

---
updated-dependencies:
- dependency-name: tokio
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Jan 10, 2025
1 parent 20cc36c commit 7d48d7c
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
8 changes: 4 additions & 4 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 native-engine/blaze/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ once_cell = "1.20.2"
panic-message = "0.3.0"
paste = "1.0.15"
prost = "0.13.4"
tokio = "1.42.0"
tokio = "1.43.0"

[target.'cfg(not(windows))'.dependencies]
jemallocator = { version = "0.5.0", features = ["disable_initial_exec_tls"] }
2 changes: 1 addition & 1 deletion native-engine/datafusion-ext-commons/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ paste = "1.0.15"
radsort = "0.1.1"
tempfile = "3"
thrift = "0.17.0"
tokio = "1.42.0"
tokio = "1.43.0"
unchecked-index = "0.2.2"

[dev-dependencies]
Expand Down
2 changes: 1 addition & 1 deletion native-engine/datafusion-ext-plans/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ parking_lot = "0.12.3"
paste = "1.0.15"
smallvec = "2.0.0-alpha.9"
tempfile = "3"
tokio = "1.42.0"
tokio = "1.43.0"
unchecked-index = "0.2.2"
uuid = "1.11.1"
zstd = "0.13.2"
Expand Down

0 comments on commit 7d48d7c

Please sign in to comment.