Skip to content

Commit 01be207

Browse files
Bump tokio from 1.41.0 to 1.41.1 (#676)
Bumps [tokio](https://github.com/tokio-rs/tokio) from 1.41.0 to 1.41.1. - [Release notes](https://github.com/tokio-rs/tokio/releases) - [Commits](tokio-rs/tokio@tokio-1.41.0...tokio-1.41.1) --- updated-dependencies: - dependency-name: tokio dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent af12460 commit 01be207

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
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.

native-engine/blaze/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ once_cell = "1.20.2"
2525
panic-message = "0.3.0"
2626
paste = "1.0.15"
2727
prost = "0.13.3"
28-
tokio = "=1.41.0"
28+
tokio = "=1.41.1"
2929

3030
[target.'cfg(not(windows))'.dependencies]
3131
jemallocator = { version = "0.5.0", features = ["disable_initial_exec_tls"] }

native-engine/datafusion-ext-commons/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ paste = "1.0.15"
2626
radsort = "0.1.1"
2727
tempfile = "3"
2828
thrift = "0.17.0"
29-
tokio = "=1.41.0"
29+
tokio = "=1.41.1"
3030
unchecked-index = "0.2.2"
3131

3232
[dev-dependencies]

native-engine/datafusion-ext-plans/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ parking_lot = "0.12.3"
4141
paste = "1.0.15"
4242
smallvec = "2.0.0-alpha.7"
4343
tempfile = "3"
44-
tokio = "=1.41.0"
44+
tokio = "=1.41.1"
4545
unchecked-index = "0.2.2"
4646
uuid = "1.11.0"
4747
zstd = "0.13.2"

0 commit comments

Comments
 (0)