Skip to content

Commit

Permalink
chore(deps): upgrade dependency batch (#3261)
Browse files Browse the repository at this point in the history
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
tychoish and dependabot[bot] authored Oct 29, 2024
1 parent 4a3f7b4 commit 6a51147
Show file tree
Hide file tree
Showing 22 changed files with 169 additions and 182 deletions.
265 changes: 126 additions & 139 deletions Cargo.lock

Large diffs are not rendered by default.

10 changes: 5 additions & 5 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ wildcard_imports = "deny"
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(release)'] }

[workspace.dependencies]
clap = { version = "4.5.19", features = ["derive"] }
clap = { version = "4.5.20", features = ["derive"] }
datafusion = { version = "36.0.0", features = ["avro"] }
arrow-flight = { version = "50.0.0", features = ["flight-sql-experimental"] }
datafusion-proto = { version = "36.0.0" }
Expand All @@ -31,21 +31,21 @@ reqwest = { version = "0.12.8", 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.89"
anyhow = "1.0.91"
async-trait = "0.1.83"
chrono = "0.4.38"
futures = "0.3.30"
futures = "0.3.31"
object_store = "0.9"
prost = "0.12"
prost-build = "0.12"
prost-types = "0.12"
rustls = "0.23.14"
rustls = "0.23.15"
serde_json = "1.0.128"
tempfile = "3.13.0"
thiserror = "1.0"
tracing = "0.1"
url = "2.5.2"
bytes = "1.7.2"
bytes = "1.8.0"

[workspace.dependencies.deltalake]
git = "https://github.com/GlareDB/delta-rs.git"
Expand Down
6 changes: 3 additions & 3 deletions bindings/nodejs/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,10 @@ 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.11", default-features = false, features = ["full"] }
napi = { version = "2.16.13", default-features = false, features = ["full"] }
napi-derive = "2.16.12"
once_cell = "1.19.0"
async-once-cell = "0.5.3"
once_cell = "1.20.2"
async-once-cell = "0.5.4"

[build-dependencies]
napi-build = "2.1.3"
2 changes: 1 addition & 1 deletion bindings/python/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -25,4 +25,4 @@ async-trait = { workspace = true }
datafusion = { workspace = true, features = ["pyarrow"] } # override workspace features
lzma-sys = { version = "*", features = ["static"] } # prevent dynamic linking of lzma, which comes from datafusion
pyo3 = { version = "0.20.3", features = ["abi3-py37", "extension-module"] }
once_cell = "1.19.0"
once_cell = "1.20.2"
2 changes: 1 addition & 1 deletion crates/arrow_util/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,5 +13,5 @@ doctest = false
[dependencies]
datafusion = { workspace = true }
comfy-table = { version = "7.1.1", default-features = false }
once_cell = "1.19.0"
once_cell = "1.20.2"
textwrap = { version = "0.16.1", default-features = false, features = ["unicode-width"] }
2 changes: 1 addition & 1 deletion crates/catalog/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,5 +22,5 @@ thiserror.workspace = true
tokio = { workspace = true }
tonic = { workspace = true }
tracing = { workspace = true }
uuid = { version = "1.10.0", features = ["v4", "fast-rng", "macro-diagnostics"] }
uuid = { version = "1.11.0", features = ["v4", "fast-rng", "macro-diagnostics"] }

4 changes: 2 additions & 2 deletions crates/cli/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -46,11 +46,11 @@ terminal_util = { path = "../terminal_util" }
num_cpus = "1.16.0"
colored = "2.1.0"
nu-ansi-term = "0.50.1"
reedline = "0.35.0"
reedline = "0.36.0"
atty = "0.2.14"
console-subscriber = "0.4.0"
tokio-postgres = "0.7.12"
uuid = { version = "1.10.0", features = ["v4", "fast-rng", "macro-diagnostics"] }
uuid = { version = "1.11.0", features = ["v4", "fast-rng", "macro-diagnostics"] }
glob = "0.3.1"

lzma-sys = { version = "*", features = ["static"] } # Prevent dynamic linking of lzma, which comes from datafusion
Expand Down
4 changes: 2 additions & 2 deletions crates/datafusion_ext/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -26,10 +26,10 @@ object_store = { workspace = true }
tracing = { workspace = true }
thiserror.workspace = true
futures = { workspace = true }
uuid = { version = "1.10.0", features = ["v4", "fast-rng", "macro-diagnostics"] }
uuid = { version = "1.11.0", features = ["v4", "fast-rng", "macro-diagnostics"] }
async-recursion = "1.1.1"
regex = "1.11"
once_cell = "1.19.0"
once_cell = "1.20.2"
parking_lot = "0.12.3"
bson = "2.13.0"

Expand Down
12 changes: 6 additions & 6 deletions crates/datasources/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -48,24 +48,24 @@ gcp-bigquery-client = "0.23.0"
glob = "0.3.1"
mongodb = "3.1.0"
indexmap = "2.6.0"
once_cell = "1.19.0"
once_cell = "1.20.2"
parking_lot = "0.12.3"
rand = "0.8.5"
regex = "1.11.0"
ring = "0.17.8"
scylla = "0.14.0"
serde_with = "3.10.0"
tokio-postgres-rustls = "0.12.0"
serde_with = "3.11.0"
tokio-postgres-rustls = "0.13.0"
tokio-rustls = "0.26.0"
tokio-util = "0.7.12"
uuid = "1.10.0"
uuid = "1.11.0"
webpki-roots = "0.26.6"
calamine = { version = "0.25.0", features = ["dates"] }
calamine = { version = "0.26.1", features = ["dates"] }
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"] }
ssh-key = { version = "0.6.7", features = ["ed25519", "alloc"] }
tiberius = { version = "0.12.3", default-features = false, features = ["tds73","rustls","chrono"] }
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"] }
Expand Down
2 changes: 1 addition & 1 deletion crates/glaredb/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ datafusion = { workspace = true }
futures = { workspace = true }
anyhow = { workspace = true }
thiserror = { workspace = true }
derive_builder = "0.20.1"
derive_builder = "0.20.2"
indexmap = "2.6.0"

[dev-dependencies]
Expand Down
4 changes: 2 additions & 2 deletions crates/metastore/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,8 @@ tokio = { workspace = true }
tonic = { workspace = true }
tracing = { workspace = true }
bytes = { workspace = true }
uuid = { version = "1.10.0", features = ["v4", "fast-rng", "macro-diagnostics"] }
uuid = { version = "1.11.0", features = ["v4", "fast-rng", "macro-diagnostics"] }
tower = { version = "0.5", features = ["util"] }
once_cell = "1.19.0"
once_cell = "1.20.2"
dashmap = "6.1.0"
catalog = { path = "../catalog" }
2 changes: 1 addition & 1 deletion crates/object_store_util/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,4 +22,4 @@ tokio = { workspace = true }
tempfile = "3"
bytes = { workspace = true }
moka = { version = "0.12.5", features = ["future"] }
uuid = { version = "1.10.0", features = ["v4", "fast-rng", "macro-diagnostics"] }
uuid = { version = "1.11.0", features = ["v4", "fast-rng", "macro-diagnostics"] }
2 changes: 1 addition & 1 deletion crates/pgrepr/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,4 +23,4 @@ dtoa = "1.0.9"
chrono-tz = "0.8.6"
bytes = { workspace = true }
const_format = "0.2.33"
once_cell = "1.19.0"
once_cell = "1.20.2"
4 changes: 2 additions & 2 deletions crates/pgsrv/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -27,12 +27,12 @@ parser = { path = "../parser" }
pgrepr = { path = "../pgrepr" }
proxyutil = { path = "../proxyutil" }
sqlexec = { path = "../sqlexec" }
once_cell = "1.19.0"
once_cell = "1.20.2"
rustls-pemfile = "2.2.0"
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"] }
uuid = { version = "1.11.0", features = ["v4", "fast-rng", "macro-diagnostics"] }
webpki-roots = "0.26.6"

[dev-dependencies]
Expand Down
2 changes: 1 addition & 1 deletion crates/protogen/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ thiserror.workspace = true
tonic = { workspace = true }
prost = { workspace = true }
prost-types = { workspace = true }
uuid = { version = "1.10.0", features = ["v4", "fast-rng", "macro-diagnostics"] }
uuid = { version = "1.11.0", features = ["v4", "fast-rng", "macro-diagnostics"] }
tracing = { workspace = true }
serde_json = { workspace = true }
serde = { workspace = true }
Expand Down
2 changes: 1 addition & 1 deletion crates/proxyutil/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,4 @@ futures = { workspace = true }
reqwest = { workspace = true }
async-trait = { workspace = true }
serde_json = { workspace = true }
uuid = { version = "1.10.0", features = ["v4", "fast-rng", "macro-diagnostics"] }
uuid = { version = "1.11.0", features = ["v4", "fast-rng", "macro-diagnostics"] }
6 changes: 3 additions & 3 deletions crates/rpcsrv/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ sqlexec = { path = "../sqlexec" }
telemetry = { path = "../telemetry" }

base64 = "0.22.1"
bytes = "1.7"
bytes = "1.8"
dashmap = "6.1.0"
once_cell = "1.19.0"
uuid = { version = "1.10.0", features = ["v4", "fast-rng", "macro-diagnostics"] }
once_cell = "1.20.2"
uuid = { version = "1.11.0", features = ["v4", "fast-rng", "macro-diagnostics"] }
4 changes: 2 additions & 2 deletions crates/slt/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -32,9 +32,9 @@ pgsrv = { path = "../pgsrv" }
rpcsrv = { path = "../rpcsrv" }
sqlexec = { path = "../sqlexec" }
telemetry = { path = "../telemetry" }
uuid = { version = "1.10", features = ["v4", "fast-rng", "macro-diagnostics"] }
uuid = { version = "1.11", features = ["v4", "fast-rng", "macro-diagnostics"] }
glob = "0.3.1"
once_cell = "1.19.0"
once_cell = "1.20.2"
regex = "1.11.0"
sqllogictest = "0.22.0"
tokio-postgres = "0.7.12"
Expand Down
4 changes: 2 additions & 2 deletions crates/snowflake_connector/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,11 +18,11 @@ serde = { workspace = true }
serde_json = { workspace = true }
tracing = { workspace = true }
chrono = { workspace = true }
uuid = { version = "1.10.0", features = ["v4", "fast-rng", "macro-diagnostics"] }
uuid = { version = "1.11.0", features = ["v4", "fast-rng", "macro-diagnostics"] }
datafusion = { workspace = true }
hex = "0.4.3"
base64 = "0.22.1"
bytes = "1.7.2"
bytes = "1.8.0"
flate2 = "1.0.34"
decimal = { path = "../decimal" }

Expand Down
6 changes: 3 additions & 3 deletions crates/sqlbuiltins/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -32,16 +32,16 @@ tempfile = { workspace = true }
thiserror = { workspace = true }
tokio = { workspace = true }
tracing = { workspace = true }
async-openai = "0.24.1"
async-openai = "0.25.0"
datafusion-functions-array = "36.0.0"
fnv = "1.0.7"
kdl = "5.0.0-alpha.1"
num-traits = "0.2.19"
once_cell = "1.19.0"
once_cell = "1.20.2"
siphasher = "1.0.1"
strum = "0.26.3"
memoize = { version = "0.4.2", features = ["full"] }
uuid = { version = "1.10.0", features = ["v4", "fast-rng", "macro-diagnostics"] }
uuid = { version = "1.11.0", features = ["v4", "fast-rng", "macro-diagnostics"] }
arrow-cast = { version = "50.0.0" } # MUST synchronize sync with the datafusion::arrow version
lance-linalg = { git = "https://github.com/GlareDB/lance", branch = "df36" } # omits duckdb submodule
jaq-interpret = "1.5.0"
Expand Down
4 changes: 2 additions & 2 deletions crates/sqlexec/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -42,9 +42,9 @@ reqwest = { workspace = true }
rustls = { workspace = true }
url = { workspace = true }
bytes = { workspace = true }
uuid = { version = "1.10.0", features = ["v4", "fast-rng", "macro-diagnostics"] }
uuid = { version = "1.11.0", features = ["v4", "fast-rng", "macro-diagnostics"] }
tokio-postgres = "0.7.12"
once_cell = "1.19.0"
once_cell = "1.20.2"
parking_lot = "0.12.3"
num_cpus = "1.16.0"
dashmap = "6.1.0"
Expand Down
2 changes: 1 addition & 1 deletion crates/telemetry/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,5 +15,5 @@ test = false
tracing = { workspace = true }
segment = "0.2.4"
tokio = { workspace = true }
uuid = { version = "1.10.0", features = ["v4", "fast-rng", "macro-diagnostics"] }
uuid = { version = "1.11.0", features = ["v4", "fast-rng", "macro-diagnostics"] }
serde_json = { workspace = true }

0 comments on commit 6a51147

Please sign in to comment.