Skip to content

Commit

Permalink
chore(deps): dependency upgrade batch (#3214)
Browse files Browse the repository at this point in the history
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] authored Sep 23, 2024
1 parent 1359ddd commit cd3081d
Show file tree
Hide file tree
Showing 14 changed files with 70 additions and 52 deletions.
84 changes: 51 additions & 33 deletions Cargo.lock

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

4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ reqwest = { version = "0.12.7", default-features = false, features = [
serde = { version = "1.0", features = ["derive"] }
tokio = { version = "1", features = ["full"] }
tonic = { version = "0.10", features = ["transport", "tls", "tls-roots"] }
anyhow = "1.0.86"
anyhow = "1.0.89"
async-trait = "0.1.82"
chrono = "0.4.38"
futures = "0.3.30"
Expand All @@ -45,7 +45,7 @@ tempfile = "3.12.0"
thiserror = "1.0"
tracing = "0.1"
url = "2.5.2"
bytes = "1.7.1"
bytes = "1.7.2"

[workspace.dependencies.deltalake]
git = "https://github.com/GlareDB/delta-rs.git"
Expand Down
2 changes: 1 addition & 1 deletion bindings/nodejs/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ futures = { workspace = true }
thiserror = { workspace = true }
url = { workspace = true }
lzma-sys = { version = "*", features = ["static"] } # Prevent dynamic linking of lzma, which comes from datafusion
napi = { version = "2.16.10", default-features = false, features = ["full"] }
napi = { version = "2.16.11", default-features = false, features = ["full"] }
napi-derive = "2.16.12"
once_cell = "1.19.0"
async-once-cell = "0.5.3"
Expand Down
2 changes: 1 addition & 1 deletion crates/bench_runner/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,6 @@ async-trait = { workspace = true }
clap = { workspace = true }
tokio = { workspace = true }
tracing = { workspace = true }
tokio-postgres = "0.7.11"
tokio-postgres = "0.7.12"
glob = "0.3.1"
regex = "1.10.6"
4 changes: 2 additions & 2 deletions crates/cli/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -46,10 +46,10 @@ terminal_util = { path = "../terminal_util" }
num_cpus = "1.16.0"
colored = "2.1.0"
nu-ansi-term = "0.50.1"
reedline = "0.34.0"
reedline = "0.35.0"
atty = "0.2.14"
console-subscriber = "0.4.0"
tokio-postgres = "0.7.11"
tokio-postgres = "0.7.12"
uuid = { version = "1.10.0", features = ["v4", "fast-rng", "macro-diagnostics"] }
glob = "0.3.1"

Expand Down
2 changes: 1 addition & 1 deletion crates/datafusion_ext/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ async-recursion = "1.1.1"
regex = "1.10"
once_cell = "1.19.0"
parking_lot = "0.12.3"
bson = "2.12.0"
bson = "2.13.0"

[dev-dependencies]
chrono.workspace = true
Expand Down
8 changes: 4 additions & 4 deletions crates/datasources/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ async-channel = "2.3.1"
async-sqlite = "0.3.0"
async-stream = "0.3.5"
bitvec = "1"
bson = "2.12.0"
bson = "2.13.0"
chrono-tz = "0.9"
gcp-bigquery-client = "0.23.0"
glob = "0.3.1"
Expand All @@ -58,15 +58,15 @@ tokio-postgres-rustls = "0.12.0"
tokio-rustls = "0.26.0"
tokio-util = "0.7.12"
uuid = "1.10.0"
webpki-roots = "0.26.5"
webpki-roots = "0.26.6"
calamine = { version = "0.25.0", features = ["dates"] }
klickhouse = { version = "0.13.0", features = ["tls"] }
klickhouse = { version = "0.13.1", features = ["tls"] }
mysql_async = { version = "0.34.2", default-features = false, features = ["default-rustls"] }
mysql_common = { version = "0.32.4", default-features = false, features = ["chrono"] }
rust_decimal = { version = "1.36.0", features = ["db-tokio-postgres"] }
ssh-key = { version = "0.6.6", features = ["ed25519", "alloc"] }
tiberius = { version = "0.12.3", default-features = false, features = ["tds73","rustls","chrono"] }
tokio-postgres = { version = "0.7.11", features = ["with-uuid-1", "with-serde_json-1","with-chrono-0_4"] }
tokio-postgres = { version = "0.7.12", features = ["with-uuid-1", "with-serde_json-1","with-chrono-0_4"] }
memoize = { version = "0.4.2", features = ["full"] }
bigquery-storage = { git = "https://github.com/glaredb/bigquery-storage", branch = "deps/2023-10-27-update" }
lance = { git = "https://github.com/GlareDB/lance", branch = "df36" }
Expand Down
2 changes: 1 addition & 1 deletion crates/pgrepr/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ doctest = false
[dependencies]
thiserror.workspace = true
datafusion = {workspace = true}
tokio-postgres = { version = "0.7.11", features = ["with-uuid-1", "with-serde_json-1", "with-chrono-0_4"] }
tokio-postgres = { version = "0.7.12", features = ["with-uuid-1", "with-serde_json-1", "with-chrono-0_4"] }
chrono = { workspace = true }
tracing = { workspace = true }
repr = { path = "../repr" }
Expand Down
4 changes: 2 additions & 2 deletions crates/pgsrv/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -29,11 +29,11 @@ proxyutil = { path = "../proxyutil" }
sqlexec = { path = "../sqlexec" }
once_cell = "1.19.0"
rustls-pemfile = "2.1.3"
tokio-postgres = "0.7.11"
tokio-postgres = "0.7.12"
tokio-rustls = "0.26.0"
tokio-util = { version = "0.7.12", features = ["codec"] }
uuid = { version = "1.10.0", features = ["v4", "fast-rng", "macro-diagnostics"] }
webpki-roots = "0.26.5"
webpki-roots = "0.26.6"

[dev-dependencies]
tempfile = "3"
2 changes: 1 addition & 1 deletion crates/slt/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -37,5 +37,5 @@ glob = "0.3.1"
once_cell = "1.19.0"
regex = "1.10.6"
sqllogictest = "0.22.0"
tokio-postgres = "0.7.11"
tokio-postgres = "0.7.12"
walkdir = "2.5.0"
2 changes: 1 addition & 1 deletion crates/snowflake_connector/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ uuid = { version = "1.10.0", features = ["v4", "fast-rng", "macro-diagnostics"]
datafusion = { workspace = true }
hex = "0.4.3"
base64 = "0.22.1"
bytes = "1.7.1"
bytes = "1.7.2"
flate2 = "1.0.33"
decimal = { path = "../decimal" }

Expand Down
2 changes: 1 addition & 1 deletion crates/sqlbuiltins/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -46,4 +46,4 @@ arrow-cast = { version = "50.0.0" } # MUST synchronize sync with the datafusion:
lance-linalg = { git = "https://github.com/GlareDB/lance", branch = "df36" } # omits duckdb submodule
jaq-interpret = "1.5.0"
jaq-parse = "1.0.3"
bson = "2.12.0"
bson = "2.13.0"
2 changes: 1 addition & 1 deletion crates/sqlexec/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ rustls = { workspace = true }
url = { workspace = true }
bytes = { workspace = true }
uuid = { version = "1.10.0", features = ["v4", "fast-rng", "macro-diagnostics"] }
tokio-postgres = "0.7.11"
tokio-postgres = "0.7.12"
once_cell = "1.19.0"
parking_lot = "0.12.3"
num_cpus = "1.16.0"
Expand Down
2 changes: 1 addition & 1 deletion rstests/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,4 @@ doctest = false
tempfile = { workspace = true }
assert_cmd = "2.0.16"
predicates = "3.1.2"
tokio-postgres = "0.7.11"
tokio-postgres = "0.7.12"

0 comments on commit cd3081d

Please sign in to comment.