Skip to content

Commit

Permalink
chore: dependency upgrade for 2024-02-16 (#2669)
Browse files Browse the repository at this point in the history
  • Loading branch information
tychoish authored Feb 16, 2024
1 parent cc61a5d commit db252ce
Show file tree
Hide file tree
Showing 7 changed files with 72 additions and 73 deletions.
125 changes: 62 additions & 63 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.0", features = ["derive"] }
clap = { version = "4.5.1", features = ["derive"] }
datafusion = { version = "35.0.0", features = ["avro"] }
arrow-flight = { version = "50.0.0", features = ["flight-sql-experimental"] }
datafusion-proto = { version = "35.0.0" }
Expand All @@ -30,7 +30,7 @@ tokio = { version = "1", features = ["full"] }
tonic = { version = "0.10", features = ["transport", "tls", "tls-roots"] }
anyhow = "1.0.79"
async-trait = "0.1.77"
chrono = "0.4.33"
chrono = "0.4.34"
futures = "0.3.30"
object_store = "0.9"
prost = "0.12"
Expand Down
Loading

0 comments on commit db252ce

Please sign in to comment.