Skip to content

Commit e56af46

Browse files
Bump tokio from 1.45.1 to 1.46.1 (#393)
Bumps [tokio](https://github.com/tokio-rs/tokio) from 1.45.1 to 1.46.1. - [Release notes](https://github.com/tokio-rs/tokio/releases) - [Commits](tokio-rs/tokio@tokio-1.45.1...tokio-1.46.1) --- updated-dependencies: - dependency-name: tokio dependency-version: 1.46.1 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 dd29536 commit e56af46

3 files changed

Lines changed: 17 additions & 4 deletions

File tree

Cargo.lock

Lines changed: 15 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
@@ -83,7 +83,7 @@ serde_json = "1.0"
8383
sha2 = "0.10"
8484
snafu = "0.8"
8585
time = "0.3"
86-
tokio = { version = "1.45", features = ["macros", "fs"] }
86+
tokio = { version = "1.46", features = ["macros", "fs"] }
8787
tokio-postgres = { version = "0.7", features = [
8888
"with-chrono-0_4",
8989
"with-uuid-1",

python/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ datafusion = { workspace = true, features = ["pyarrow"] }
2020
datafusion-ffi = { workspace = true }
2121
datafusion-table-providers = { workspace = true }
2222
pyo3 = { version = "0.24.2" }
23-
tokio = { version = "1.45", features = ["macros", "rt", "rt-multi-thread", "sync"] }
23+
tokio = { version = "1.46", features = ["macros", "rt", "rt-multi-thread", "sync"] }
2424
duckdb = { workspace = true, optional = true}
2525

2626
[features]

0 commit comments

Comments
 (0)