Skip to content

Commit 18f00a7

Browse files
chore(deps): bump tokio from 1.45.1 to 1.46.0 (#16666)
Bumps [tokio](https://github.com/tokio-rs/tokio) from 1.45.1 to 1.46.0. - [Release notes](https://github.com/tokio-rs/tokio/releases) - [Commits](tokio-rs/tokio@tokio-1.45.1...tokio-1.46.0) --- updated-dependencies: - dependency-name: tokio dependency-version: 1.46.0 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 3ca09a6 commit 18f00a7

File tree

3 files changed

+17
-4
lines changed

3 files changed

+17
-4
lines changed

Cargo.lock

Lines changed: 15 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
@@ -173,7 +173,7 @@ rstest = "0.25.0"
173173
serde_json = "1"
174174
sqlparser = { version = "0.55.0", default-features = false, features = ["std", "visitor"] }
175175
tempfile = "3"
176-
tokio = { version = "1.45", features = ["macros", "rt", "sync"] }
176+
tokio = { version = "1.46", features = ["macros", "rt", "sync"] }
177177
url = "2.5.4"
178178

179179
[profile.release]

datafusion/common-runtime/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,4 +43,4 @@ log = { workspace = true }
4343
tokio = { workspace = true }
4444

4545
[dev-dependencies]
46-
tokio = { version = "1.45", features = ["rt", "rt-multi-thread", "time"] }
46+
tokio = { version = "1.46", features = ["rt", "rt-multi-thread", "time"] }

0 commit comments

Comments
 (0)