Skip to content

Commit

Permalink
chore(deps): upgrade dependency batch (#3205)
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] committed Sep 18, 2024
1 parent 76243fb commit 0fa5f93
Show file tree
Hide file tree
Showing 7 changed files with 53 additions and 52 deletions.
89 changes: 45 additions & 44 deletions Cargo.lock

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

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ object_store = "0.9"
prost = "0.12"
prost-build = "0.12"
prost-types = "0.12"
rustls = "0.23.12"
rustls = "0.23.13"
serde_json = "1.0.128"
tempfile = "3.12.0"
thiserror = "1.0"
Expand Down
4 changes: 2 additions & 2 deletions bindings/nodejs/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ 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.9", default-features = false, features = ["full"] }
napi-derive = "2.16.11"
napi = { version = "2.16.10", 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/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.11.0"
bson = "2.12.0"

[dev-dependencies]
chrono.workspace = true
Expand Down
4 changes: 2 additions & 2 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.11.0"
bson = "2.12.0"
chrono-tz = "0.9"
gcp-bigquery-client = "0.23.0"
glob = "0.3.1"
Expand Down Expand Up @@ -76,4 +76,4 @@ jaq-parse = "1.0.3"

# SSH tunnels
[target.'cfg(any(target_os = "linux", target_os = "macos"))'.dependencies]
openssh = "0.11.0"
openssh = "0.11.2"
2 changes: 1 addition & 1 deletion crates/slt/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,6 @@ uuid = { version = "1.10", features = ["v4", "fast-rng", "macro-diagnostics"] }
glob = "0.3.1"
once_cell = "1.19.0"
regex = "1.10.6"
sqllogictest = "0.21.0"
sqllogictest = "0.22.0"
tokio-postgres = "0.7.11"
walkdir = "2.5.0"
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.11.0"
bson = "2.12.0"

0 comments on commit 0fa5f93

Please sign in to comment.