Skip to content

Commit 116141d

Browse files
chore(deps): bump tokio from 1.47.1 to 1.48.0 (#215)
Bumps [tokio](https://github.com/tokio-rs/tokio) from 1.47.1 to 1.48.0. - [Release notes](https://github.com/tokio-rs/tokio/releases) - [Commits](tokio-rs/tokio@tokio-1.47.1...tokio-1.48.0) --- updated-dependencies: - dependency-name: tokio dependency-version: 1.48.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 4709fd9 commit 116141d

File tree

4 files changed

+19
-69
lines changed

4 files changed

+19
-69
lines changed

Cargo.lock

Lines changed: 16 additions & 66 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
@@ -34,7 +34,7 @@ rust_decimal.workspace = true
3434
[dev-dependencies]
3535
async-trait = "0.1"
3636
duckdb = { version = "~1.4" }
37-
tokio = { version = "1.19", features = ["full"]}
37+
tokio = { version = "1.48", features = ["full"]}
3838

3939
[[example]]
4040
name = "duckdb"

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
2323
futures.workspace = true
2424
log = "0.4"
2525
postgres-types.workspace = true
26-
tokio = { version = "1.47", features = ["sync"] }
26+
tokio = { version = "1.48", 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
@@ -25,7 +25,7 @@ log = "0.4"
2525
pgwire = { workspace = true, features = ["server-api-ring"] }
2626
postgres-types.workspace = true
2727
rust_decimal.workspace = true
28-
tokio = { version = "1.47", features = ["sync", "net"] }
28+
tokio = { version = "1.48", features = ["sync", "net"] }
2929
tokio-rustls = { version = "0.26", default-features = false, features = ["ring"] }
3030
rustls-pemfile = "2.0"
3131
rustls-pki-types = "1.0"

0 commit comments

Comments
 (0)