Skip to content

Commit

Permalink
Update async-trait in CLI and catalog crates
Browse files Browse the repository at this point in the history
Update async-trait version in CLI and catalog crates and pin to the
version defined in the root Cargo file where possible.
  • Loading branch information
findepi committed Aug 19, 2024
1 parent 0332eb5 commit c90611a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion datafusion-cli/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ readme = "README.md"

[dependencies]
arrow = { version = "52.2.0" }
async-trait = "0.1.41"
async-trait = "0.1.73"
aws-config = "0.55"
aws-credential-types = "0.55"
clap = { version = "3", features = ["derive", "cargo"] }
Expand Down
2 changes: 1 addition & 1 deletion datafusion/catalog/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ version.workspace = true

[dependencies]
arrow-schema = { workspace = true }
async-trait = "0.1.41"
async-trait = { workspace = true }
datafusion-common = { workspace = true }
datafusion-execution = { workspace = true }
datafusion-expr = { workspace = true }
Expand Down

0 comments on commit c90611a

Please sign in to comment.