Skip to content

Commit b89509b

Browse files
Bump tokio from 1.52.0 to 1.52.3
Bumps [tokio](https://github.com/tokio-rs/tokio) from 1.52.0 to 1.52.3. - [Release notes](https://github.com/tokio-rs/tokio/releases) - [Commits](tokio-rs/tokio@tokio-1.52.0...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 6801e56 commit b89509b

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

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.

core/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ serde_json = "1.0"
8989
sha2 = "0.11"
9090
snafu = "0.9"
9191
time = "0.3"
92-
tokio = { version = "1.51", features = ["macros", "fs"] }
92+
tokio = { version = "1.52", features = ["macros", "fs"] }
9393
tokio-postgres = { version = "0.7", features = [
9494
"with-chrono-0_4",
9595
"with-uuid-1",

python/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ datafusion-table-providers = { workspace = true }
2323
duckdb = { workspace = true, optional = true }
2424

2525
pyo3 = { version = "0.28" }
26-
tokio = { version = "1.51", features = [
26+
tokio = { version = "1.52", features = [
2727
"macros",
2828
"rt",
2929
"rt-multi-thread",

0 commit comments

Comments
 (0)