Skip to content

Commit

Permalink
chore: Bump OpenDAL to 0.47.0 (#1871)
Browse files Browse the repository at this point in the history
Signed-off-by: Xuanwo <[email protected]>
  • Loading branch information
Xuanwo authored Jun 12, 2024
1 parent 9279225 commit e1d222c
Show file tree
Hide file tree
Showing 2 changed files with 40 additions and 80 deletions.
118 changes: 39 additions & 79 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 Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -294,7 +294,7 @@ ciborium = "0.2.1"
pprof = { version = "0.13.0", features = ["flamegraph", "criterion", "cpp", "frame-pointer", "protobuf-codec"] }
celestia-rpc = { git = "https://github.com/eigerco/celestia-node-rs.git", rev = "129272e8d926b4c7badf27a26dea915323dd6489" }
celestia-types = { git = "https://github.com/eigerco/celestia-node-rs.git", rev = "129272e8d926b4c7badf27a26dea915323dd6489" }
opendal = "0.44.1"
opendal = { version = "0.47.0", features = ["services-fs", "services-gcs"] }
bitcoincore-rpc-json = "0.18.0"
toml = "0.8.12"
csv = "1.2.1"
Expand Down

0 comments on commit e1d222c

Please sign in to comment.