Skip to content

Commit

Permalink
chore(deps): Bump deps (#2359)
Browse files Browse the repository at this point in the history
- Closes #2357
- Closes #2358
- Closes #2355
- Closes #2356
- Closes #2354
- Closes #2352
- Closes #2353
- Closes #2351

---------

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 Jan 5, 2024
1 parent 5ca399b commit 676b6f8
Show file tree
Hide file tree
Showing 9 changed files with 78 additions and 78 deletions.
134 changes: 67 additions & 67 deletions Cargo.lock

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@ codegen-units = 1
strip = true

[workspace.dependencies]
anyhow = "1.0.77"
async-trait = "0.1.75"
anyhow = "1.0.79"
async-trait = "0.1.77"
chrono = "0.4.31"
datafusion = { version = "32.0", features = ["avro"] }
datafusion-proto = { version = "32.0" }
Expand Down
2 changes: 1 addition & 1 deletion bindings/nodejs/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ crate-type = ["cdylib"]
[dependencies]
# 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 = { version = "2.14.2", default-features = false, features = ["full"] }
napi-derive = "2.14.6"
sqlexec = { path = "../../crates/sqlexec" }
metastore = { path = "../../crates/metastore" }
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 @@ -12,7 +12,7 @@ pgsrv = {path = "../pgsrv"}
tokio = { workspace = true }
tokio-postgres = "0.7.8"
anyhow = "1.0"
clap = { version = "4.4.12", features = ["derive"] }
clap = { version = "4.4.13", features = ["derive"] }
async-trait = { workspace = true }
glob = "0.3.1"
regex = "1.8.1"
Expand Down
2 changes: 1 addition & 1 deletion crates/datasources/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ rustls = "0.21.10"
reqwest = { workspace = true }
rust_decimal = { version = "1.33.1", features = ["db-tokio-postgres"] }
serde = { workspace = true }
serde_bytes = "0.11.13"
serde_bytes = "0.11.14"
serde_with = "3.1.0"
serde_json = { workspace = true }
snowflake_connector = { path = "../snowflake_connector" }
Expand Down
2 changes: 1 addition & 1 deletion crates/glaredb/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ object_store_util = { path = "../object_store_util" }
metastore = { path = "../metastore" }
anyhow = "1.0"
tokio = { workspace = true }
clap = { version = "4.4.12", features = ["derive"] }
clap = { version = "4.4.13", features = ["derive"] }
tracing = "0.1"
uuid = { version = "1.6.1", features = ["v4", "fast-rng", "macro-diagnostics"] }
tonic = { workspace = true }
Expand Down
2 changes: 1 addition & 1 deletion crates/pgprototest/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,5 @@ postgres-protocol = "0.6.5"
serde = { workspace = true }
bytes = "1.4.0"
serde_json = { workspace = true }
clap = { version = "4.4.12", features = ["derive"] }
clap = { version = "4.4.13", features = ["derive"] }
fallible-iterator = "0.2.0"
4 changes: 2 additions & 2 deletions crates/testing/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,13 @@ edition = { workspace = true }
num_cpus = "1.16.0"
anyhow = "1.0"
walkdir = "2.3.3"
clap = { version = "4.4.12", features = ["derive"] }
clap = { version = "4.4.13", features = ["derive"] }
glob = "0.3.1"
tracing = "0.1"
tokio = { workspace = true }
tokio-postgres = "0.7.8"
tempfile = "3"
sqllogictest = "0.19.0"
sqllogictest = "0.19.1"
object_store = { workspace = true, features = ["gcp"] }
async-trait = { workspace = true }
regex = "1.8.1"
Expand Down
4 changes: 2 additions & 2 deletions xtask/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
anyhow = "1.0.77"
clap = { version = "4.4.12", features = ["derive"] }
anyhow = "1.0.79"
clap = { version = "4.4.13", features = ["derive"] }
xshell = "0.2.5"
zip = "0.6.6"

0 comments on commit 676b6f8

Please sign in to comment.