Skip to content

Commit

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

---
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 Nov 6, 2023
1 parent ab3fd07 commit 62c9b82
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions Cargo.lock
100755 → 100644

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.56"
async-trait = "0.1.74"
bitvec = "1.0.1"
blaze-jni-bridge = { workspace = true }
bigdecimal = "0.3.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.56"
async-trait = "0.1.74"
blaze-jni-bridge = { workspace = true }
bigdecimal = "0.3.0"
datafusion = { 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.56"
async-trait = "0.1.74"
blaze-jni-bridge = { workspace = true }
bigdecimal = "0.3.0"
datafusion = { 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 @@ -10,7 +10,7 @@ default = ["tokio/rt-multi-thread"]
[dependencies]
ahash = "0.8"
arrow = { workspace = true }
async-trait = "0.1.56"
async-trait = "0.1.74"
base64 = "0.21.2"
bytes = "1.4.0"
blaze-jni-bridge = { workspace = true }
Expand Down

0 comments on commit 62c9b82

Please sign in to comment.