Skip to content

Commit f3aed4a

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

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
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
@@ -168,7 +168,7 @@ rstest = "0.25.0"
168168
serde_json = "1"
169169
sqlparser = { version = "0.55.0", features = ["visitor"] }
170170
tempfile = "3"
171-
tokio = { version = "1.44", features = ["macros", "rt", "sync"] }
171+
tokio = { version = "1.45", features = ["macros", "rt", "sync"] }
172172
url = "2.5.4"
173173

174174
[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.44", features = ["rt", "rt-multi-thread", "time"] }
46+
tokio = { version = "1.45", features = ["rt", "rt-multi-thread", "time"] }

0 commit comments

Comments
 (0)