Skip to content

Commit

Permalink
chore(deps): bump dependencies in batch for 2024-07-08 (#3075)
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 Jul 8, 2024
1 parent 7235a89 commit dfe1126
Show file tree
Hide file tree
Showing 6 changed files with 38 additions and 38 deletions.
56 changes: 28 additions & 28 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 @@ -17,7 +17,7 @@ strip = true
wildcard_imports = "deny"

[workspace.dependencies]
clap = { version = "4.5.7", features = ["derive"] }
clap = { version = "4.5.8", 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 @@ -37,7 +37,7 @@ prost = "0.12"
prost-build = "0.12"
prost-types = "0.12"
rustls = "0.23.10"
serde_json = "1.0.118"
serde_json = "1.0.120"
tempfile = "3.10.1"
thiserror = "1.0"
tracing = "0.1"
Expand Down
2 changes: 1 addition & 1 deletion bindings/nodejs/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ url = { workspace = true }
async-trait = { workspace = true }
lzma-sys = { version = "*", features = ["static"] } # Prevent dynamic linking of lzma, which comes from datafusion
napi = { version = "2.16.8", default-features = false, features = ["full"] }
napi-derive = "2.16.6"
napi-derive = "2.16.8"
once_cell = "1.19.0"
async-once-cell = "0.5.3"

Expand Down
4 changes: 2 additions & 2 deletions crates/datasources/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ tracing = { workspace = true }
url = { workspace = true }
apache-avro = "0.16"
async-channel = "2.3.1"
async-sqlite = "0.2.2"
async-sqlite = "0.3.0"
async-stream = "0.3.5"
bitvec = "1"
bson = "2.11.0"
Expand All @@ -53,7 +53,7 @@ rand = "0.8.5"
regex = "1.10.5"
ring = "0.17.8"
scylla = "0.13.0"
serde_with = "3.8.1"
serde_with = "3.8.3"
tokio-postgres-rustls = "0.12.0"
tokio-rustls = "0.26.0"
tokio-util = "0.7.11"
Expand Down
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.9", features = ["v4", "fast-rng", "macro-diagnostics"] }
glob = "0.3.1"
once_cell = "1.19.0"
regex = "1.10.5"
sqllogictest = "0.20.6"
sqllogictest = "0.21.0"
tokio-postgres = "0.7.8"
walkdir = "2.5.0"
8 changes: 4 additions & 4 deletions tests/poetry.lock

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

0 comments on commit dfe1126

Please sign in to comment.