Skip to content

Commit 593d49e

Browse files
authored
chore: Bump opendal to 0.54 (#1524)
## Which issue does this PR close? <!-- We generally require a GitHub issue to be filed for all bug fixes and enhancements and this helps us generate change logs for our releases. You can link an issue to this PR using the GitHub syntax. For example `Closes #123` indicates that this PR will close issue #123. --> None. ## What changes are included in this PR? <!-- Provide a summary of the modifications in this PR. List the main changes such as new features, bug fixes, refactoring, or any other updates. --> ## Are these changes tested? <!-- Specify what test covers (unit test, integration test, etc.). If tests are not included in your PR, please explain why (for example, are they covered by existing tests)? --> --------- Signed-off-by: Xuanwo <[email protected]>
1 parent c4c0069 commit 593d49e

File tree

2 files changed

+4
-5
lines changed

2 files changed

+4
-5
lines changed

Cargo.lock

Lines changed: 2 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: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ motore-macros = "0.4.3"
8989
murmur3 = "0.5.2"
9090
num-bigint = "0.4.6"
9191
once_cell = "1.20"
92-
opendal = "0.53.3"
92+
opendal = "0.54.0"
9393
ordered-float = "4"
9494
parquet = "55"
9595
pilota = "0.11.2"
@@ -112,7 +112,7 @@ strum = "0.27"
112112
tempfile = "3.18"
113113
tera = "1"
114114
thrift = "0.17.0"
115-
tokio = { version = "1.44", default-features = false }
115+
tokio = { version = "1.46", default-features = false }
116116
toml = "0.8"
117117
tracing = "0.1.40"
118118
tracing-subscriber = "0.3.8"

0 commit comments

Comments
 (0)