Skip to content

Commit

Permalink
Bump async-trait from 0.1.83 to 0.1.84
Browse files Browse the repository at this point in the history
Bumps [async-trait](https://github.com/dtolnay/async-trait) from 0.1.83 to 0.1.84.
- [Release notes](https://github.com/dtolnay/async-trait/releases)
- [Commits](dtolnay/async-trait@0.1.83...0.1.84)

---
updated-dependencies:
- dependency-name: async-trait
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jan 3, 2025
1 parent 29c4898 commit 02480d6
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 8 deletions.
8 changes: 4 additions & 4 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 native-engine/datafusion-ext-commons/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ default = ["tokio/rt-multi-thread"]
[dependencies]
arrow = { workspace = true }
arrow-schema = { workspace = true }
async-trait = "0.1.83"
async-trait = "0.1.84"
bitvec = "1.0.1"
blaze-jni-bridge = { workspace = true }
byteorder = "1.5.0"
Expand Down
2 changes: 1 addition & 1 deletion native-engine/datafusion-ext-exprs/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ resolver = "1"

[dependencies]
arrow = { workspace = true }
async-trait = "0.1.83"
async-trait = "0.1.84"
blaze-jni-bridge = { workspace = true }
datafusion = { workspace = true }
datafusion-ext-commons = { workspace = true }
Expand Down
2 changes: 1 addition & 1 deletion native-engine/datafusion-ext-functions/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ resolver = "1"

[dependencies]
arrow = { workspace = true }
async-trait = "0.1.83"
async-trait = "0.1.84"
blaze-jni-bridge = { workspace = true }
datafusion = { workspace = true }
datafusion-ext-commons = { workspace = true }
Expand Down
2 changes: 1 addition & 1 deletion native-engine/datafusion-ext-plans/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ datafusion-ext-exprs = { workspace = true }
datafusion-ext-functions = { workspace = true }
orc-rust = { workspace = true }

async-trait = "0.1.83"
async-trait = "0.1.84"
base64 = "0.22.1"
bitvec = "1.0.1"
byteorder = "1.5.0"
Expand Down

0 comments on commit 02480d6

Please sign in to comment.