Skip to content

Commit

Permalink
Bump tokio from 1.32.0 to 1.34.0 (#313)
Browse files Browse the repository at this point in the history
Bumps [tokio](https://github.com/tokio-rs/tokio) from 1.32.0 to 1.34.0.
- [Release notes](https://github.com/tokio-rs/tokio/releases)
- [Commits](tokio-rs/tokio@tokio-1.32.0...tokio-1.34.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 Nov 10, 2023
1 parent a90cf5f commit 676301e
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 @@ -26,4 +26,4 @@ panic-message = "0.3.0"
paste = "1.0.7"
prost = "0.11.0"
simplelog = "0.12.0"
tokio = "1.19"
tokio = "1.34"
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,5 +26,5 @@ paste = "1.0.7"
postcard = { version = "1.0.8", features = ["alloc"]}
tempfile = "3"
thrift = "0.17.0"
tokio = "1.19"
tokio = "1.34"
zstd = "0.12.3"
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 @@ -32,7 +32,7 @@ panic-message = "0.3.0"
parking_lot = "0.12.1"
paste = "1.0.7"
tempfile = "3"
tokio = "1.19"
tokio = "1.34"
zstd = "0.12.3"

[dev-dependencies]
Expand Down

0 comments on commit 676301e

Please sign in to comment.