Skip to content

Commit

Permalink
chore(deps): upgrade dependencies 2024-05-17 (#2989)
Browse files Browse the repository at this point in the history
Closes #2988
Closes #2987 (not applied, depends on datafusion 38 upgrade)
Closes #2986
Closes #2985
Closes #2984
Closes #2983

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
tychoish and dependabot[bot] committed May 17, 2024
1 parent e66cb85 commit 9b77d1d
Show file tree
Hide file tree
Showing 5 changed files with 27 additions and 28 deletions.
43 changes: 21 additions & 22 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions crates/datasources/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ tokio = { workspace = true }
tracing = { workspace = true }
url = { workspace = true }
apache-avro = "0.16"
async-channel = "2.2.1"
async-channel = "2.3.1"
async-sqlite = "0.2.2"
async-stream = "0.3.5"
bitvec = "1"
Expand All @@ -51,7 +51,7 @@ parking_lot = "0.12.2"
rand = "0.8.5"
regex = "1.10.4"
ring = "0.17.8"
rustls = "0.23.5"
rustls = "0.23.6"
scylla = "0.13.0"
serde_with = "3.8.1"
tokio-postgres-rustls = "0.12.0"
Expand All @@ -62,7 +62,7 @@ webpki-roots = "0.26.1"
calamine = { version = "0.24.0", features = ["dates"] }
klickhouse = { version = "0.13.0", features = ["tls"] }
mysql_async = { version = "0.34.1", default-features = false, features = ["default-rustls"] }
mysql_common = { version = "0.32.2", default-features = false, features = ["chrono"] }
mysql_common = { version = "0.32.3", default-features = false, features = ["chrono"] }
rust_decimal = { version = "1.35.0", features = ["db-tokio-postgres"] }
ssh-key = { version = "0.6.6", features = ["ed25519", "alloc"] }
tiberius = { version = "0.12.2", default-features = false, features = ["tds73","rustls","chrono"] }
Expand Down
2 changes: 1 addition & 1 deletion crates/distexec/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,4 @@ tokio.workspace = true
futures.workspace = true
tracing.workspace = true
parking_lot = "0.12.2"
async-channel = "2.2.1"
async-channel = "2.3.1"
2 changes: 1 addition & 1 deletion crates/pgsrv/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ bytesutil = { path = "../bytesutil" }
parser = { path = "../parser" }
pgrepr = { path = "../pgrepr" }
datafusion_ext = { path = "../datafusion_ext" }
rustls = "0.23.5"
rustls = "0.23.6"
webpki-roots = "0.26.1"
tokio-rustls = "0.26.0"
rustls-pemfile = "2.1.2"
Expand Down
2 changes: 1 addition & 1 deletion xtask/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,4 @@ test = false
anyhow = { workspace = true }
clap = { workspace = true }
xshell = "0.2.6"
zip = "1.2.2"
zip = "1.3.0"

0 comments on commit 9b77d1d

Please sign in to comment.