Skip to content

Commit bdba7e5

Browse files
chore(deps): bump tokio from 1.48.0 to 1.49.0 in /pkg/data_cache (#3138)
Bumps [tokio](https://github.com/tokio-rs/tokio) from 1.48.0 to 1.49.0. - [Release notes](https://github.com/tokio-rs/tokio/releases) - [Commits](tokio-rs/tokio@tokio-1.48.0...tokio-1.49.0) --- updated-dependencies: - dependency-name: tokio dependency-version: 1.49.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 e0e033f commit bdba7e5

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

pkg/data_cache/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.

pkg/data_cache/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ edition = "2024"
66
[dependencies]
77
tracing = "0.1.41"
88
tracing-subscriber = "0.3.22"
9-
tokio = { version = "1.48.0", features = ["full"] }
9+
tokio = { version = "1.49.0", features = ["full"] }
1010
datafusion = "47.0.0"
1111
arrow = "55.0.0"
1212
arrow-schema = "55.0.0"
@@ -25,7 +25,7 @@ tower = "0.5"
2525
hyper = "1.0"
2626

2727
[dev-dependencies]
28-
tokio = { version = "1.48.0", features = ["full"] }
28+
tokio = { version = "1.49.0", features = ["full"] }
2929

3030
[[bin]]
3131
name = "head"

0 commit comments

Comments
 (0)