Skip to content

Commit 8b3acd5

Browse files
chore(deps): bump tokio from 1.49.0 to 1.50.0 (#302)
Bumps [tokio](https://github.com/tokio-rs/tokio) from 1.49.0 to 1.50.0. - [Release notes](https://github.com/tokio-rs/tokio/releases) - [Commits](tokio-rs/tokio@tokio-1.49.0...tokio-1.50.0) --- updated-dependencies: - dependency-name: tokio dependency-version: 1.50.0 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 e27f450 commit 8b3acd5

4 files changed

Lines changed: 9 additions & 10 deletions

File tree

Cargo.lock

Lines changed: 6 additions & 7 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

arrow-pg/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,4 +37,4 @@ geo-traits = { version = "0.3", optional = true }
3737

3838
[dev-dependencies]
3939
async-trait = "0.1"
40-
tokio = { version = "1.49", features = ["full"]}
40+
tokio = { version = "1.50", features = ["full"]}

datafusion-pg-catalog/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ datafusion = { workspace = true, features = ["sql"] }
2323
futures.workspace = true
2424
log = "0.4"
2525
postgres-types.workspace = true
26-
tokio = { version = "1.49", features = ["sync"] }
26+
tokio = { version = "1.50", features = ["sync"] }
2727

2828
[dev-dependencies]
2929
env_logger = "0.11"

datafusion-postgres/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ log = "0.4"
2626
pgwire = { workspace = true, features = ["server-api-ring"] }
2727
postgres-types.workspace = true
2828
rust_decimal.workspace = true
29-
tokio = { version = "1.49", features = ["sync", "net"] }
29+
tokio = { version = "1.50", features = ["sync", "net"] }
3030
tokio-rustls = { version = "0.26", default-features = false, features = ["ring"] }
3131
rustls-pemfile = "2.0"
3232
rustls-pki-types = "1.14"

0 commit comments

Comments
 (0)