Skip to content

Commit 314cecb

Browse files
chore(deps): bump tokio from 1.52.2 to 1.52.3 in /pkg/data_cache
Bumps [tokio](https://github.com/tokio-rs/tokio) from 1.52.2 to 1.52.3. - [Release notes](https://github.com/tokio-rs/tokio/releases) - [Commits](tokio-rs/tokio@tokio-1.52.2...tokio-1.52.3) --- updated-dependencies: - dependency-name: tokio dependency-version: 1.52.3 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 0168ee6 commit 314cecb

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

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.23"
9-
tokio = { version = "1.52.2", features = ["full"] }
9+
tokio = { version = "1.52.3", 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.9"
2626

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

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

0 commit comments

Comments
 (0)