Skip to content

Commit ec8c34b

Browse files
chore(deps): bump tokio from 1.46.1 to 1.47.0 (#16952)
Bumps [tokio](https://github.com/tokio-rs/tokio) from 1.46.1 to 1.47.0. - [Release notes](https://github.com/tokio-rs/tokio/releases) - [Commits](tokio-rs/tokio@tokio-1.46.1...tokio-1.47.0) --- updated-dependencies: - dependency-name: tokio dependency-version: 1.47.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 e1a5cdf commit ec8c34b

File tree

3 files changed

+21
-11
lines changed

3 files changed

+21
-11
lines changed

Cargo.lock

Lines changed: 19 additions & 9 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
@@ -175,7 +175,7 @@ sqlparser = { version = "0.55.0", default-features = false, features = ["std", "
175175
tempfile = "3"
176176
testcontainers = { version = "0.24", features = ["default"] }
177177
testcontainers-modules = { version = "0.12" }
178-
tokio = { version = "1.46", features = ["macros", "rt", "sync"] }
178+
tokio = { version = "1.47", features = ["macros", "rt", "sync"] }
179179
url = "2.5.4"
180180

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

0 commit comments

Comments
 (0)