Skip to content

Commit 663247d

Browse files
chore(deps): bump tokio from 1.46.1 to 1.47.0 (#117)
Bumps [tokio](https://github.com/tokio-rs/tokio) from 1.46.1 to 1.47.0. - [Release notes](https://github.com/tokio-rs/tokio/releases) - [Commits](tokio-rs/tokio@tokio-1.46.1...tokio-1.47.0) --- updated-dependencies: - dependency-name: tokio dependency-version: 1.47.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 83fb024 commit 663247d

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

Cargo.lock

Lines changed: 6 additions & 6 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
@@ -24,7 +24,7 @@ log = "0.4"
2424
pgwire = { workspace = true, features = ["server-api-ring", "scram"] }
2525
postgres-types.workspace = true
2626
rust_decimal.workspace = true
27-
tokio = { version = "1.46", features = ["sync", "net"] }
27+
tokio = { version = "1.47", features = ["sync", "net"] }
2828
tokio-rustls = { version = "0.26", default-features = false, features = ["ring"] }
2929
rustls-pemfile = "2.0"
3030
rustls-pki-types = "1.0"

0 commit comments

Comments
 (0)