From cfc8e6fdd5d6245b67b1a6ec79d7cd6622580cf2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 1 Oct 2024 19:28:56 +0000 Subject: [PATCH] chore(deps): update opendal requirement from 0.49 to 0.50 Updates the requirements on [opendal](https://github.com/apache/opendal) to permit the latest version. - [Release notes](https://github.com/apache/opendal/releases) - [Changelog](https://github.com/apache/opendal/blob/main/CHANGELOG.md) - [Commits](https://github.com/apache/opendal/compare/v0.49.0...v0.50.0) --- updated-dependencies: - dependency-name: opendal dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- crates/paimon/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crates/paimon/Cargo.toml b/crates/paimon/Cargo.toml index ceb6100..f646081 100644 --- a/crates/paimon/Cargo.toml +++ b/crates/paimon/Cargo.toml @@ -47,7 +47,7 @@ serde_with = "3.9.0" serde_repr = "0.1" snafu = "0.8.3" typed-builder = "^0.19" -opendal = { version = "0.49", features = ["services-fs"] } +opendal = { version = "0.50", features = ["services-fs"] } pretty_assertions = "1" apache-avro = { version = "0.17", features = ["snappy"] }