Skip to content

Commit bce708a

Browse files
authored
chore: update OpenDAL and object_store (#6672)
1 parent 59874a5 commit bce708a

76 files changed

Lines changed: 4403 additions & 1342 deletions

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

Cargo.lock

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

Cargo.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -161,9 +161,9 @@ mock_instant = { version = "0.6.0" }
161161
moka = { version = "0.12", features = ["future", "sync"] }
162162
ndarray = { version = "0.16.1", features = ["matrixmultiply-threading"] }
163163
num-traits = "0.2"
164-
object_store = { version = "0.12.3" }
165-
opendal = { version = "0.55" }
166-
object_store_opendal = { version = "0.55" }
164+
object_store = { version = "0.13.2" }
165+
opendal = { version = "0.56" }
166+
object_store_opendal = { version = "0.56" }
167167
pin-project = "1.0"
168168
path_abs = "0.5"
169169
pprof = { version = "0.14.0", features = ["flamegraph", "criterion"] }

0 commit comments

Comments
 (0)