Skip to content

Commit

Permalink
chore(deps): Bump deps (#2331)
Browse files Browse the repository at this point in the history
- Closes #2330
- Closes #2328
- Closes #2329
- Closes #2327
- Closes #2325
- Closes #2326
- Closes #2323
- Closes #2324
- Closes #2322

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
scsmithr and dependabot[bot] authored Dec 29, 2023
1 parent dc44d07 commit ed384f4
Show file tree
Hide file tree
Showing 19 changed files with 86 additions and 85 deletions.
104 changes: 52 additions & 52 deletions Cargo.lock

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

19 changes: 10 additions & 9 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,23 +14,24 @@ codegen-units = 1
strip = true

[workspace.dependencies]
anyhow = "1.0.77"
async-trait = "0.1.75"
chrono = "0.4.31"
datafusion = { version = "32.0", features = ["avro"] }
datafusion-proto = { version = "32.0" }
futures = "0.3.30"
object_store = { version = "0.7" }
tokio = { version = "1", features = ["full"] }
url = "2.5.0"
thiserror = "1.0"
serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0.108"
chrono = "0.4.31"
anyhow = "1.0.76"
prost = "0.12"
prost-types = "0.12"
prost-build = "0.12"
prost-types = "0.12"
reqwest = { version = "0.11.23", default-features = false, features = ["json", "rustls-tls"] }
serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0.108"
tempfile = "3.9.0"
thiserror = "1.0"
tokio = { version = "1", features = ["full"] }
tonic = { version = "0.10", features = ["transport", "tls", "tls-roots"] }
tempfile = "3.8.1"
url = "2.5.0"

[workspace.dependencies.deltalake]
git = "https://github.com/delta-io/delta-rs.git"
Expand Down
4 changes: 2 additions & 2 deletions bindings/nodejs/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ crate-type = ["cdylib"]
# Default enable napi4 feature, see https://nodejs.org/api/n-api.html#node-api-version-matrix
ioutil = { path = "../../crates/ioutil" }
napi = { version = "2.14.1", default-features = false, features = ["full"] }
napi-derive = "2.14.4"
napi-derive = "2.14.6"
sqlexec = { path = "../../crates/sqlexec" }
metastore = { path = "../../crates/metastore" }
telemetry = { path = "../../crates/telemetry" }
Expand All @@ -19,7 +19,7 @@ pgrepr = { path = "../../crates/pgrepr" }
datafusion_ext = { path = "../../crates/datafusion_ext" }
arrow_util = { path = "../../crates/arrow_util" }
glaredb = { path = "../../crates/glaredb" }
futures = "0.3.28"
futures = { workspace = true }
datafusion.workspace = true
thiserror = { workspace = true }
url = { workspace = true }
Expand Down
2 changes: 1 addition & 1 deletion bindings/python/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ pgrepr = { path = "../../crates/pgrepr" }
datafusion_ext = { path = "../../crates/datafusion_ext" }
arrow_util = { path = "../../crates/arrow_util" }
glaredb = { path = "../../crates/glaredb" }
futures = "0.3.29"
futures = { workspace = true }
uuid = "1.6.1"
async-trait = { workspace = true }
once_cell = "1.19.0"
2 changes: 1 addition & 1 deletion crates/bench_runner/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ pgsrv = {path = "../pgsrv"}
tokio = { workspace = true }
tokio-postgres = "0.7.8"
anyhow = "1.0"
clap = { version = "4.4.11", features = ["derive"] }
clap = { version = "4.4.12", features = ["derive"] }
async-trait = { workspace = true }
glob = "0.3.1"
regex = "1.8.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 @@ -25,7 +25,7 @@ tracing = "0.1"
thiserror.workspace = true
decimal = { path = "../decimal" }
protogen = { path = "../protogen" }
futures = "0.3.29"
futures = { workspace = true }
parking_lot = "0.12.1"
bson = "2.7.0"

Expand Down
Loading

0 comments on commit ed384f4

Please sign in to comment.