From 2647924abff283f372d6c96b47cce09746d3ca58 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 27 Sep 2023 07:40:04 +0000 Subject: [PATCH] chore(deps): Update opendal requirement from 0.39 to 0.40 Updates the requirements on [opendal](https://github.com/apache/incubator-opendal) to permit the latest version. - [Release notes](https://github.com/apache/incubator-opendal/releases) - [Changelog](https://github.com/apache/incubator-opendal/blob/main/CHANGELOG.md) - [Commits](https://github.com/apache/incubator-opendal/compare/v0.39.0...v0.40.0) --- updated-dependencies: - dependency-name: opendal dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- crates/iceberg/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crates/iceberg/Cargo.toml b/crates/iceberg/Cargo.toml index 06d3ef408..195f1949c 100644 --- a/crates/iceberg/Cargo.toml +++ b/crates/iceberg/Cargo.toml @@ -43,7 +43,7 @@ itertools = "0.11" lazy_static = "1" murmur3 = "0.5.2" once_cell = "1" -opendal = "0.39" +opendal = "0.40" ordered-float = "4.0.0" rust_decimal = "1.31.0" serde = { version = "^1.0", features = ["rc"] }