Skip to content

Commit 534dbf9

Browse files
chore(deps): bump tokio from 1.48.0 to 1.49.0
Bumps [tokio](https://github.com/tokio-rs/tokio) from 1.48.0 to 1.49.0. - [Release notes](https://github.com/tokio-rs/tokio/releases) - [Commits](tokio-rs/tokio@tokio-1.48.0...tokio-1.49.0) --- updated-dependencies: - dependency-name: tokio dependency-version: 1.49.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 53d25db commit 534dbf9

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
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.

arrow-pg/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,4 +29,4 @@ rust_decimal.workspace = true
2929

3030
[dev-dependencies]
3131
async-trait = "0.1"
32-
tokio = { version = "1.48", features = ["full"]}
32+
tokio = { version = "1.49", 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.48", features = ["sync"] }
26+
tokio = { version = "1.49", 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.48", features = ["sync", "net"] }
28+
tokio = { version = "1.49", features = ["sync", "net"] }
2929
tokio-rustls = { version = "0.26", default-features = false, features = ["ring"] }
3030
rustls-pemfile = "2.0"
3131
rustls-pki-types = "1.13"

0 commit comments

Comments
 (0)