Skip to content

Commit

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

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

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 Oct 23, 2024
1 parent daee2b7 commit a169f8b
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 native-engine/blaze/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -26,4 +26,4 @@ once_cell = "1.20.2"
panic-message = "0.3.0"
paste = "1.0.15"
prost = "0.13.3"
tokio = "1.40"
tokio = "1.41"
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 @@ -28,7 +28,7 @@ radsort = "0.1.1"
slimmer_box = "0.6.5"
tempfile = "3"
thrift = "0.17.0"
tokio = "1.40"
tokio = "1.41"
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 @@ -38,7 +38,7 @@ paste = "1.0.15"
slimmer_box = "0.6.5"
smallvec = "1.13.2"
tempfile = "3"
tokio = "1.40"
tokio = "1.41"
unchecked-index = "0.2.2"
uuid = "1.10.0"
zstd = "0.13.2"
Expand Down

0 comments on commit a169f8b

Please sign in to comment.