Skip to content

Commit 9bc656d

Browse files
authored
chore(query): update async trait version (#14667)
1 parent 55a1ac0 commit 9bc656d

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

Cargo.lock

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@ openraft = { git = "https://github.com/drmingdrmer/openraft", tag = "v0.9.0-alph
128128

129129
# Core crates and utilities
130130
async-backtrace = "0.2"
131-
async-trait = { version = "0.1.57", package = "async-trait-fn" }
131+
async-trait = { version = "0.1.77", package = "async-trait-fn" }
132132
bincode = { version = "2.0.0-rc.3", features = ["serde", "std", "alloc"] }
133133
borsh = { version = "1.2.1", features = ["derive"] }
134134
bytes = "1.5.0"

src/query/storages/delta/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ databend-storages-common-table-meta = { path = "../common/table_meta" }
2121

2222
arrow-schema = { workspace = true }
2323
async-backtrace = { workspace = true }
24-
async-trait = { version = "0.1.57", package = "async-trait-fn" }
24+
async-trait = { version = "0.1.77", package = "async-trait-fn" }
2525
bytes = { workspace = true }
2626
deltalake = { git = "https://github.com/delta-io/delta-rs", package = "deltalake-core", rev = "44a3760" }
2727
futures = "0.3"

0 commit comments

Comments
 (0)