Skip to content

Commit 4ee92b0

Browse files
chore(deps): bump tokio from 1.51.1 to 1.52.1 in /pkg/data_cache/test
Bumps [tokio](https://github.com/tokio-rs/tokio) from 1.51.1 to 1.52.1. - [Release notes](https://github.com/tokio-rs/tokio/releases) - [Commits](tokio-rs/tokio@tokio-1.51.1...tokio-1.52.1) --- updated-dependencies: - dependency-name: tokio dependency-version: 1.52.1 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent dc254b0 commit 4ee92b0

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ edition = "2024"
66
[dependencies]
77
futures = "0.3.32"
88
arrow-flight = "58.1.0"
9-
tokio = { version = "1.51.1", features = ["rt-multi-thread", "macros"] }
9+
tokio = { version = "1.52.1", features = ["rt-multi-thread", "macros"] }
1010
tonic = "0.14.5"
1111
bytes = "1.11.1"
1212
bincode = "3.0.0"

0 commit comments

Comments
 (0)