Skip to content

Commit 862113d

Browse files
chore(deps): bump tokio from 1.44.2 to 1.45.0 (#73)
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] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent c20b7d1 commit 862113d

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

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.

datafusion-postgres/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ readme = "../README.md"
1818
[dependencies]
1919
pgwire = { workspace = true }
2020
datafusion = { workspace = true }
21-
tokio = { version = "1.0", features = ["sync"] }
21+
tokio = { version = "1.45", features = ["sync"] }
2222
arrow = "54.2.0"
2323
futures = "0.3"
2424
async-trait = "0.1"

0 commit comments

Comments
 (0)