8000 build(deps): bump tokio from 1.40.0 to 1.41.1 (#946) · kylebarron/datafusion-python@e3e55b7 · GitHub
[go: up one dir, main page]

Skip to content

Commit e3e55b7

Browse files
build(deps): bump tokio from 1.40.0 to 1.41.1 (apache#946)
Bumps [tokio](https://github.com/tokio-rs/tokio) from 1.40.0 to 1.41.1. - [Release notes](https://github.com/tokio-rs/tokio/releases) - [Commits](tokio-rs/tokio@tokio-1.40.0...tokio-1.41.1) --- 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>
1 parent 3c66201 commit e3e55b7

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Cargo.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ protoc = [ "datafusion-substrait/protoc" ]
3434
substrait = ["dep:datafusion-substrait"]
3535

3636
[dependencies]
37-
tokio = { version = "1.39", features = ["macros", "rt", "rt-multi-thread", "sync"] }
37+
tokio = { version = "1.41", features = ["macros", "rt", "rt-multi-thread", "sync"] }
3838
pyo3 = { version = "0.22", features = ["extension-module", "abi3", "abi3-py38"] }
3939
arrow = { version = "53", features = ["pyarrow"] }
4040
datafusion = { version = "43.0.0", features = ["pyarrow", "avro", "unicode_expressions"] }

0 commit comments

Comments
 (0)
0