Skip to content

Commit c96773c

Browse files
Bump tokio from 1.44.2 to 1.45.0
Bumps [tokio](https://github.com/tokio-rs/tokio) from 1.44.2 to 1.45.0. - [Release notes](https://github.com/tokio-rs/tokio/releases) - [Commits](tokio-rs/tokio@tokio-1.44.2...tokio-1.45.0) --- updated-dependencies: - dependency-name: tokio dependency-version: 1.45.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent aa8f444 commit c96773c

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
@@ -80,7 +80,7 @@ serde_json = "1.0"
8080
sha2 = "0.10"
8181
snafu = "0.8"
8282
time = "0.3"
83-
tokio = { version = "1.44", features = ["macros", "fs"] }
83+
tokio = { version = "1.45", features = ["macros", "fs"] }
8484
tokio-postgres = { version = "0.7", features = [
8585
"with-chrono-0_4",
8686
"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.23" }
23-
tokio = { version = "1.44", features = ["macros", "rt", "rt-multi-thread", "sync"] }
23+
tokio = { version = "1.45", features = ["macros", "rt", "rt-multi-thread", "sync"] }
2424
duckdb = { workspace = true, optional = true}
2525

2626
[features]

0 commit comments

Comments
 (0)